onCurrentUserChanged property

Stream<GoogleSignInAccount?> onCurrentUserChanged

Subscribe to this stream to be notified when the current user changes.

Implementation

Stream<GoogleSignInAccount?> get onCurrentUserChanged =>
    _currentUserController.stream;