currentUser property

dynamic get currentUser

Get the current authenticated user

Implementation

AuthUser? get currentUser => authState.user;