AuthState.error constructor

const AuthState.error(
  1. String message
)

Implementation

const factory AuthState.error(String message) = AuthStateError;