EmailVerificationState enum

All possible states of the email verification process.

Inheritance

Constructors

EmailVerificationState()
const

Values

unresolved → const EmailVerificationState

An initial state of the email verification process.

unverified → const EmailVerificationState

A state that indicates that the user has not yet verified the email.

dismissed → const EmailVerificationState

A state that indicates that the user has cancelled the email verification process.

sending → const EmailVerificationState

A state that indicates that email is being sent.

pending → const EmailVerificationState

A state that indicates that user needs to follow the link and the app awaits a valid dynamic link.

sent → const EmailVerificationState

A state that indicates that the verification email was successfully sent.

verified → const EmailVerificationState

A state that indicates that the user has verified its email.

failed → const EmailVerificationState

A state that indiicates that email verification failed. Likely the received link is invalid and verification email should be sent again.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
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

values → const List<EmailVerificationState>
A constant List of the values in this enum, in order of their declaration.