menu
flutter_auth_kit package
documentation
core/auth_exception.dart
AuthException
AuthException.new const constructor
AuthException.new const constructor
dark_mode
light_mode
AuthException
constructor
const
AuthException
(
String
message
, {
String
?
code
,
})
Implementation
const AuthException(this.message, {this.code});
flutter_auth_kit package
documentation
core/auth_exception
AuthException
AuthException.new const constructor
AuthException class