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

Method native

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

Source from the content-addressed store, hash-verified

358 }
359
360 get native() {
361 return this._native;
362 }
363
364 get android() {
365 return this.native;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected