setCurrentUser abstract method

void setCurrentUser(
  1. 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);