currentUserValue property
The currently logged-in user, or null if no user is logged in.
For listening to future updates on the current user, use currentUser.
Implementation
AuthUser<T>? get currentUserValue => _currentUserValue;
The currently logged-in user, or null if no user is logged in.
For listening to future updates on the current user, use currentUser.
AuthUser<T>? get currentUserValue => _currentUserValue;