currentUser property

AuthUser? get currentUser

Get the current user

Implementation

AuthUser? get currentUser => _currentState.user;