outgoing property

Stream<String> get outgoing

Outgoing serialized messages to be sent on the transport.

Implementation

Stream<String> get outgoing => _outgoing.stream;