currentUser property
User?
get
currentUser
Returns the current logged in user, asociated to currentSession if any;
Implementation
User? get currentUser => _currentSession?.user;
Returns the current logged in user, asociated to currentSession if any;
User? get currentUser => _currentSession?.user;