onCurrentUserChanged property
Stream<GoogleSignInAccount?>
get
onCurrentUserChanged
Subscribe to this stream to be notified when the current user changes.
Implementation
Stream<GoogleSignInAccount?> get onCurrentUserChanged {
return _currentUserController.stream;
}