AuthStateNotifier class

Constructors

AuthStateNotifier(dynamic ref)

Properties

hashCode int
The hash code for this object.
no setterinherited
ref → dynamic
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

login(String username, String password) Future<String?>
logout(dynamic context) Future<void>
makeGuest(dynamic context) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
nuke() Future<void>
register(String username, String password, String displayName, String token, dynamic context) Future<String?>
toString() String
A string representation of this object.
inherited

Operators

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