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

Method android

packages/firebase-crashlytics/index.android.ts:33–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31 return this._native;
32 }
33 get android() {
34 return this.native;
35 }
36 _app: FirebaseApp;
37 get app(): FirebaseApp {
38 if (!this._app) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected