currentUserValue property

AuthUser<T>? get 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.

Implementation

AuthUser<T>? get currentUserValue => _currentUserValue;