currentUser property
CarpUser?
get
currentUser
Gets the current user.
Returns null
if no user is authenticated.
Implementation
CarpUser? get currentUser => _currentUser;
Gets the current user.
Returns null
if no user is authenticated.
CarpUser? get currentUser => _currentUser;