currentUser property
      
      User
      get
      currentUser
      
    
    
The current user that is signed in.
Implementation
User get currentUser => _currentUser;The current user that is signed in.
User get currentUser => _currentUser;