(emailLink: string)
| 920 | } |
| 921 | |
| 922 | isSignInWithEmailLink(emailLink: string): boolean { |
| 923 | return this.native.isSignInWithEmailLink(emailLink); |
| 924 | } |
| 925 | |
| 926 | _authStateChangeListeners = new Map(); |
| 927 |
nothing calls this directly
no test coverage detected