currentUser property
dynamic
get
currentUser
Get the current authenticated user
Implementation
AuthUser? get currentUser => authState.user;
Get the current authenticated user
AuthUser? get currentUser => authState.user;