()
| 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 | } |
nothing calls this directly
no test coverage detected