Remove unnecessary notifyListeners calls

Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com>
This commit is contained in:
2025-05-14 11:11:45 +02:00
parent 7bf5a6d33d
commit 55ff65ba32
3 changed files with 5 additions and 13 deletions
@@ -67,7 +67,6 @@ class ArcaneAuthenticationService extends ArcaneService {
_notifier.value = AuthenticationStatus.unauthenticated;
_isSignedIn.value = isAuthenticated;
_previousModeWhenSettingDebug = null;
notifyListeners();
}
/// Registers an `ArcaneAuthInterface` within the `ArcaneAuthenticationService`.
@@ -157,7 +156,6 @@ class ArcaneAuthenticationService extends ArcaneService {
_notifier.value = newStatus;
_isSignedIn.value = isAuthenticated;
}
notifyListeners();
}
/// Logs the current user out. Upon successful logout, `status` will be set to