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

Method native

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

Source from the content-addressed store, hash-verified

155 }
156
157 get native() {
158 return this._native;
159 }
160 get android() {
161 return this.native;
162 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected