userDataEvents property

  1. @override
Stream<GoogleSignInUserData?>? userDataEvents
override

Returns a stream of GoogleSignInUserData authentication events.

These will normally come from asynchronous flows, like the Google Sign-In Button Widget from the Web implementation, and will be funneled directly to the onCurrentUserChanged Stream of the plugin.

Implementation

@override
Stream<GoogleSignInUserData?>? get userDataEvents =>
    _userDataController.stream;