sink property

  1. @override
StreamSink<PresetsMessage> sink
override

Messages added to this sink will be sent to the other side of the connection.

Implementation

@override
StreamSink<PresetsMessage> get sink => _controller.sink;