ModErrorCodes class abstract
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- API → const int
- APPLE_SIGNIN → const int
- CHECK_METHODS → const int
- CUSTOM_SIGNIN → const int
- DATA → const int
- FACEBOOK_SIGNIN → const int
- GENERAL → const int
- GOOGLE_SIGNIN → const int
- INVALID_SESSION → const int
- OFFSET → const int
- SIGNIN → const int
- SIGNIN_INVALID_EMAIL → const int
- SIGNIN_NOT_AVAILABLE → const int
- SIGNIN_UNVERIFIED_EMAIL → const int
- SIGNIN_USER_DISABLED → const int
- SIGNIN_USER_NOT_FOUND → const int
- SIGNIN_WRONG_PASSWORD → const int
- SIGNUP → const int