OtpSettings class

Constructors

OtpSettings()

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

forgetPassword(String phone) Future<OtpPromise>
login(String phone) Future<OtpPromise>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
register(String phone) Future<OtpPromise>
toString() String
A string representation of this object.
inherited
transaction(String phone) Future<OtpPromise>

Operators

operator ==(Object other) bool
The equality operator.
inherited