Auth class
Auth class
Constructors
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
checkPhone(
[Map< String, dynamic> params]) → Future - Checks a user's phone number for correctness. [...]
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
restore(
[Map< String, dynamic> params]) → Future - Allows to restore account access using a code received via SMS. " This method is only available for apps with Direct authorization access. " [...]
-
toString(
) → String -
A string representation of this object. [...]
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited