()
| 15 | } |
| 16 | |
| 17 | intoNative() { |
| 18 | if (!this._native) { |
| 19 | return new java.lang.Exception(this.message); |
| 20 | } |
| 21 | return this._native; |
| 22 | } |
| 23 | } |
| 24 | |
| 25 | export class FirebaseOptions implements IFirebaseOptions { |
nothing calls this directly
no outgoing calls
no test coverage detected