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

Method native

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

Source from the content-addressed store, hash-verified

25 this._native = FIRCrashlytics.crashlytics();
26 }
27 get native() {
28 return this._native;
29 }
30 get ios() {
31 return this.native;
32 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected