disconnectionEvents property
Stream<DisconnectionEvent>
get
disconnectionEvents
Whenever a user completes an integration disconnect, a DisconnectionEvent is emitted. The DisconnectionEvent contains the
IntegrationIdentifier.
Implementation
Stream<DisconnectionEvent> get disconnectionEvents;