menu
auth_management package
documentation
models/auth_response.dart
AuthResponse<T extends Auth<AuthKeys>>
AuthResponse.failure const constructor
AuthResponse.failure const constructor
dark_mode
light_mode
AuthResponse<
T extends Auth<
AuthKeys
>
>.failure
constructor
const
AuthResponse<
T extends Auth<
AuthKeys
>
>.failure
(
String
msg
, {
AuthType
?
type
,
})
Implementation
const AuthResponse.failure(String msg, {AuthType? type}) : this._(error: msg, type: type);
auth_management package
documentation
models/auth_response
AuthResponse<T extends Auth<AuthKeys>>
AuthResponse.failure const constructor
AuthResponse class