XUser class abstract

Constructors

XUser()

Properties

fields Xfields
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Static Methods

signOut() Future<void>