setCurrentUser abstract method
- AuthUser<
T> ? user
Set the current user within the persistence layer.
Use null to signify that there is no signed in user.
Implementation
void setCurrentUser(AuthUser<T>? user);
Set the current user within the persistence layer.
Use null to signify that there is no signed in user.
void setCurrentUser(AuthUser<T>? user);