Authentication class

Constructors

Authentication.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

authState(dynamic isNotNull, dynamic isNull) Future<void>
authentication state...
compareSnapshotData(String collectionName, String value, String fieldName, dynamic successfulFunction, dynamic failedFunction) Future<void>
compareSnapshotData...
createAccount(String email, String password, dynamic successfulFunction, dynamic weakPassword, dynamic userFound, dynamic exceptionFunction) Future<void>
create account....
deleteAccount(dynamic successfulFunction, dynamic failedFunction) Future<void>
delete account...
forgotPassword(String email, dynamic successfulFunction, dynamic failedFunction) Future<void>
forgot password...
loginToSystem(String email, String password, dynamic successfulFunction, dynamic wrongPassword, dynamic userNotFound, dynamic exceptionFunction) Future<void>
login .....
logoutFromSystem(dynamic successfulFunction, dynamic failedFunction) Future<void>
logout...
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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