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

Method pause

packages/firebase-storage/index.ios.ts:186–189  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

184 }
185
186 pause(): boolean {
187 this.native?.pause();
188 return this.native.snapshot.progress.paused;
189 }
190
191 resume(): boolean {
192 this.native?.resume();

Callers

nothing calls this directly

Calls 1

pauseMethod · 0.65

Tested by

no test coverage detected