HandleExceptionOTPMixin mixin

Superclass Constraints
Mixin Applications

Properties

errors Map<String, Function>
no setter
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}) → dynamic
inherited
handleExceptionOTP(dynamic e) → void
initAccountFirebase({required String phone, required String uidPhone}) Future
inherited
invalidPhone() → void
log(dynamic e, {String? subTitle}) → void
inherited
login() Future<BaseUserModel?>
inherited
loginFirebase() Future<User?>
inherited
logout() Future
inherited
logoutFirebase() 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
theSMSOTPInValid() → void
theSMSOTPMissing() → void
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