AuthenticationState.unauthenticated constructor

const AuthenticationState.unauthenticated()

The state emitted when no valid session exists or after logout.

Implementation

const AuthenticationState.unauthenticated() : this._(status: AuthenticationStatus.unauthenticated);