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

Method android

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

Source from the content-addressed store, hash-verified

43 }
44
45 get android() {
46 return this.native;
47 }
48
49 cancel(onComplete?: (error: FirebaseError) => void): Promise<void> {
50 return new Promise((resolve, reject) => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected