onCurrentUserChanged property

Stream<GoogleSignInAccount?> onCurrentUserChanged
inherited

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

Implementation

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