stateChanges property

Stream<Account?> get stateChanges

Stream of authentication state changes Emits the current Account when logged in, or null when logged out

Implementation

Stream<Account?> get stateChanges => _stateController.stream;