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

Method android

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

Source from the content-addressed store, hash-verified

178 }
179
180 get android() {
181 return this.native;
182 }
183
184 get items(): Reference[] {
185 const items = this.native.getItems?.();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected