currentUser property

GoogleSignInAccount? currentUser

The currently signed in account, or null if the user is signed out.

Implementation

GoogleSignInAccount? get currentUser => _currentUser;