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

Method ios

packages/firebase-performance/index.ios.ts:171–173  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

169 return this._native;
170 }
171 get ios() {
172 return this.native;
173 }
174
175 get app(): FirebaseApp {
176 if (!this._app) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected