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

Method android

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

Source from the content-addressed store, hash-verified

39 }
40
41 get android() {
42 return this.native;
43 }
44
45 get bytesTransferred(): number {
46 return this.native?.getBytesTransferred?.();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected