FirebaseOTPMixin mixin

Superclass Constraints
Mixin Applications

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

handelException(dynamic e, {String? subTitle}) → dynamic
inherited
initAccountFirebase({required String phone, required String uidPhone}) Future
inherited
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>
toString() String
A string representation of this object.
inherited
verifyPhoneNumber(String phone, {required Function verifyOTP, required Function verificationFailed}) Future

Operators

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