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

Method ios

packages/firebase-database/index.ios.ts:89–91  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

87 }
88
89 get ios() {
90 return this.native;
91 }
92
93 cancel(onComplete?: (error: FirebaseError) => void): Promise<void> {
94 return new Promise((resolve, reject) => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected