SMSCodeSent class

A state that indicates that the SMS code was successfully sent and the user should submit it. UI should provide a way to submit the SMS code.

Inheritance

Constructors

SMSCodeSent({String? verificationId, int? resendToken, ConfirmationResult? confirmationResult})
A state that indicates that the SMS code was successfully sent and the user should submit it. UI should provide a way to submit the SMS code.

Properties

confirmationResult ↔ ConfirmationResult?
Web-only object that is being used to verify the phone number.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
resendToken int?
A token that should be used to trigger another send attempt.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
verificationId String?
Verification ID that should be used to verify the phone number.
getter/setter pair

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