Authentication class

Constructors

Authentication()

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

deleteUser(dynamic mail, dynamic pass) Future<User?>
mailVerification() Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
otpLogin(String mobile, BuildContext context) Future<FirebaseAuth>
reauthenticate(dynamic mail, dynamic pass) Future<UserCredential>
signInAnonymously() Future<User?>
signinMail(String a, String b) Future<User?>
signInWithFacebook() Future<FacebookLogin>
signInWithGoogle() Future<GoogleSignInAccount?>
signOut() Future<void>
signOutEmail() Future<void>
signOutFacebook() Future<void>
signOutGoogle() Future<void>
signupMail(String a, String b) Future<User?>
toString() String
A string representation of this object.
inherited

Operators

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