statusChanges property
A stream that emits an AuthenticationStatus whenever auth state changes.
Consumed by AuthenticationBloc to drive route guards and UI state.
Implementation
Stream<AuthenticationStatus> get statusChanges => _statusController.stream;