XUser class abstract
Constructors
- XUser()
Properties
Methods
-
createUser(
{required String email, required String password, Map< String, dynamic> ? fieldsExtention}) → Future<XauthResponse?> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
signIn(
{required String email, required String password}) → Future< XauthResponse?> -
toString(
) → String -
A string representation of this object.
inherited
-
xCurrentuser(
) → Future< XDataModel?>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
-
authStateChanges
→ Stream<
User?> -
no setter
- userClass ↔ String
-
getter/setter pair