()
| 131 | } |
| 132 | |
| 133 | get android() { |
| 134 | return this.native; |
| 135 | } |
| 136 | |
| 137 | static fromNative(user: com.google.firebase.auth.FirebaseUser) { |
| 138 | if (user instanceof com.google.firebase.auth.FirebaseUser) { |
nothing calls this directly
no outgoing calls
no test coverage detected