Skip to content

Commit

Permalink
feat: test without assert
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyokone committed Dec 5, 2022
1 parent e9e7fb1 commit 56470a8
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -382,7 +382,7 @@ class Auth extends JsObjectWrapper<auth_interop.AuthJsImpl> {
final errorWrapper = allowInterop((e) => _changeController!.addError(e));

void startListen() {
assert(_onAuthUnsubscribe == null);
// assert(_onAuthUnsubscribe == null);
_onAuthUnsubscribe =
jsObject.onAuthStateChanged(nextWrapper, errorWrapper);
}
Expand Down

0 comments on commit 56470a8

Please sign in to comment.