sink property
The message added to the sink has to be JSON encodable.
Implementation
@override
StreamSink<String> get sink => _outgoingController.sink;
The message added to the sink has to be JSON encodable.
@override
StreamSink<String> get sink => _outgoingController.sink;