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

Method native

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

Source from the content-addressed store, hash-verified

225 }
226
227 get native() {
228 if (this._builder) {
229 this._native = this._builder.build();
230 }
231 return this._native;
232 }
233
234 get android() {
235 return this.native;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected