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

Method android

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

Source from the content-addressed store, hash-verified

578 return this._native;
579 }
580 get android() {
581 return this.native;
582 }
583
584 get key(): string {
585 return this.native?.getKey();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected