(emailLink: string)
| 1004 | } |
| 1005 | |
| 1006 | isSignInWithEmailLink(emailLink: string): boolean { |
| 1007 | return this.native.isSignInWithEmailLink(emailLink); |
| 1008 | } |
| 1009 | |
| 1010 | _authStateChangeListeners = new Map(); |
| 1011 |
nothing calls this directly
no test coverage detected