control property

Stream<ControlMessage> get control

Channel-scoped control messages (resize, signal, eof, exit, close, …).

Implementation

Stream<ControlMessage> get control => _control.stream;