PhoneAuth class abstract

Inheritance
Mixed-in types

Constructors

PhoneAuth()

Properties

errors → Map<String, Function>
no setterinherited
hashCode → int
The hash code for this object.
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

handelException(dynamic e, {String? subTitle}) → void
override
handleExceptionOTP(dynamic e) → void
inherited
initAccountFirebase({required String phone, required String uidPhone}) → Future
inherited
initAccountSQL({required String phone, required String uidPhone}) → Future
inherited
invalidPhone() → void
inherited
log(dynamic e, {String? subTitle}) → void
inherited
login() → Future<BaseUserModel?>
inherited
loginFirebase() → Future<User?>
inherited
loginSQL({required String phone, required String uidPhone, bool formatJson = false}) → Future<BaseUserModel?>
inherited
logout() → Future
inherited
logoutFirebase() → Future
inherited
logoutSQL() → Future
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
singInWithOTP(String otp, {dynamic onError(dynamic e)?}) → Future<bool>
inherited
theSMSCodeHasExpried() → void
inherited
theSMSOTPInValid() → void
inherited
theSMSOTPMissing() → void
inherited
toString() → String
A string representation of this object.
inherited
verifyPhoneNumber(String phone, {required Function verifyOTP, required Function verificationFailed}) → Future
inherited

Operators

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