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

Method native

packages/firebase-database/index.ios.ts:377–379  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

375 }
376
377 get native() {
378 return this._native as any;
379 }
380
381 get ios() {
382 return this.native;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected