()
| 127 | export class User implements IUser { |
| 128 | _native: com.google.firebase.auth.FirebaseUser; |
| 129 | get native() { |
| 130 | return this._native; |
| 131 | } |
| 132 | |
| 133 | get android() { |
| 134 | return this.native; |
nothing calls this directly
no outgoing calls
no test coverage detected