state property
AuthenticationState
get
state
Current AuthenticationState of the app
Implementation
State.AuthenticationState get state => _state;
set
state
(AuthenticationState value)
Implementation
set state(State.AuthenticationState value) {
_state = value;
_stateStreamController.add(value);
}