sink property
override
Messages added to this sink will be sent to the other side of the connection.
Implementation
@override
StreamSink<PresetsMessage> get sink => _controller.sink;
Messages added to this sink will be sent to the other side of the connection.
@override
StreamSink<PresetsMessage> get sink => _controller.sink;