userDataEvents property
Stream< GoogleSignInUserData?>?
userDataEvents
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
Stream<GoogleSignInUserData?>? get userDataEvents => null;