Auth class
Constructors
- Auth.new()
Properties
- currentUser → User?
-
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
-
createUserWithEmailAndPassword(
{required String email, required String password}) → Future< void> -
firebaseInit(
) → Future< void> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
sendEmailVerification(
) → Future< void> -
sendPasswordResetEmail(
{required String email}) → Future< void> -
signInWithEmailAndPassword(
{required String email, required String password}) → Future< void> -
signOut(
) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
-
userStream(
) → Stream< User?>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited