AuthServiceInterface class abstract

Implementers

Constructors

AuthServiceInterface.new()

Properties

currentUser → UserModel?
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

authStateChanges() Stream<UserModel?>
createUserWithEmailAndPassword(String email, String password) Future<UserModel>
deleteAccount() Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sendPasswordResetEmail({required String email}) Future<void>
signInWithEmailAndPassword(String email, String password) Future<UserModel>
signOut() Future<void>
toString() String
A string representation of this object.
inherited
updateUserProfile({String? username, String? email}) Future<UserModel>

Operators

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