AuthRepository class

Constructors

AuthRepository({required AuthStorage authStorage})

Properties

auth AuthUserModel?
no setter
authStream Stream<AuthUserModel?>
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
udid String?
no setter

Methods

getPersistentUdid() Future<String>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setAuth(AuthToken? token) → void
toString() String
A string representation of this object.
inherited
updateProfile({String? email, String? profilePicture, String? accountType, String? name}) → void

Operators

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