accessTokenUpdatedStream property
Listen to stream to receive updates whenever access token is updated
Implementation
final StreamController<AccessToken> accessTokenUpdatedStream =
StreamController<AccessToken>.broadcast();
Listen to stream to receive updates whenever access token is updated
final StreamController<AccessToken> accessTokenUpdatedStream =
StreamController<AccessToken>.broadcast();