control property
Stream<ControlMessage>
get
control
Channel-scoped control messages (resize, signal, eof, exit, close, …).
Implementation
Stream<ControlMessage> get control => _control.stream;
Channel-scoped control messages (resize, signal, eof, exit, close, …).
Stream<ControlMessage> get control => _control.stream;