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

Method constructor

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

Source from the content-addressed store, hash-verified

18export class Crashlytics implements ICrashlytics {
19 _native: FIRCrashlytics;
20 constructor() {
21 if (defaultCrashlytics) {
22 return defaultCrashlytics;
23 }
24 defaultCrashlytics = this;
25 this._native = FIRCrashlytics.crashlytics();
26 }
27 get native() {
28 return this._native;
29 }

Callers

nothing calls this directly

Calls 1

crashlyticsMethod · 0.80

Tested by

no test coverage detected