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

Method native

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

Source from the content-addressed store, hash-verified

25 defaultCrashlytics = this;
26 }
27 get native() {
28 if (!this._native) {
29 this._native = com.google.firebase.crashlytics.FirebaseCrashlytics.getInstance();
30 }
31 return this._native;
32 }
33 get android() {
34 return this.native;
35 }

Callers

nothing calls this directly

Calls 1

getInstanceMethod · 0.45

Tested by

no test coverage detected