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