JwtAuthenticationState.error constructor
const
JwtAuthenticationState.error(
- JwtResponseError error
Implementation
const JwtAuthenticationState.error(JwtResponseError error)
: this._(status: JwtAuthenticationStatus.error, error: error);