MCPcopy Create free account
hub / github.com/NativeScript/firebase / pause

Method pause

packages/firebase-storage/index.android.ts:155–157  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

153 }
154
155 pause(): boolean {
156 return this.native?.pause();
157 }
158
159 resume() {
160 return this.native?.resume();

Callers

nothing calls this directly

Calls 1

pauseMethod · 0.65

Tested by

no test coverage detected