IAuthFacade class abstract

Implementers

Constructors

IAuthFacade.new()

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

getSignedInUser() → User?
isAnonymous() bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
registerWithEmailAndPassword({required String email, required String password}) Future<Either<AuthFailure, Unit>>
resetPassword({required String email}) Future<void>
signedOut() Future<void>
signInWithAnon() Future<Either<AuthFailure, Unit>>
signInWithApple() Future<Either<AuthFailure, Unit>>
signInWithEmailAndPassword({required String email, required String password}) Future<Either<AuthFailure, Unit>>
signInWithGitHub() Future<Either<AuthFailure, Unit>>
signInWithGoogle() Future<Either<AuthFailure, Unit>>
toString() String
A string representation of this object.
inherited
userState() Stream<User?>

Operators

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