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

Method native

packages/firebase-database/index.android.ts:577–579  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

575 }
576
577 get native() {
578 return this._native;
579 }
580 get android() {
581 return this.native;
582 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected