shutdownStream property
Stream<void> ?
get
shutdownStream
Shutdown notifications exposed by the backend, if available.
Implementation
Stream<void>? get shutdownStream => backend.shutdownStream;
Shutdown notifications exposed by the backend, if available.
Stream<void>? get shutdownStream => backend.shutdownStream;