currentUser property
GoogleSignInAccount?
get
currentUser
The currently signed in account, or null if the user is signed out.
Implementation
GoogleSignInAccount? get currentUser => _currentUser;
The currently signed in account, or null if the user is signed out.
GoogleSignInAccount? get currentUser => _currentUser;