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

Method ios

packages/firebase-app-check/index.ios.ts:191–193  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

189 return this._native;
190 }
191 get ios() {
192 return this.native;
193 }
194 get app(): FirebaseApp {
195 if (!this._app) {
196 // @ts-ignore

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected