shutdownStream property

  1. @override
Stream<void>? get shutdownStream
override

Stream of shutdown/interrupt events, if the backend can emit them.

Implementation

@override
Stream<void>? get shutdownStream => _delegate.shutdownStream;