AuthInterface class abstract

Implementers

Constructors

AuthInterface()

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

addFirebaseToken(BuildContext context) Future
checkCode({required String phone, required String code}) Future<Either<Map, dynamic>>
deleteAccount() Future
logout() Future
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
refresh({required BuildContext context}) Future
sendCode({required String phone}) Future<Either>
toString() String
A string representation of this object.
inherited

Operators

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