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

Method ios

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

Source from the content-addressed store, hash-verified

40 }
41
42 get ios() {
43 return this.native;
44 }
45
46 get bytesTransferred(): number {
47 return this.native?.progress?.completedUnitCount;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected