* Remove callback: Raised when the user is signed in (when `monitorSession` is set).
(cb: UserSignedInCallback)
| 116 | * Remove callback: Raised when the user is signed in (when `monitorSession` is set). |
| 117 | */ |
| 118 | public removeUserSignedIn(cb: UserSignedInCallback): void { |
| 119 | this._userSignedIn.removeHandler(cb); |
| 120 | } |
| 121 | /** |
| 122 | * @internal |
| 123 | */ |
no test coverage detected