interruptionEventStream property

Stream<InterruptionEvent> get interruptionEventStream

Stream of interruption events

Implementation

Stream<InterruptionEvent> get interruptionEventStream =>
    _manager.interruptionEventStream;