onSend property

Stream<String> onSend

Listen for all traffic sent on this WipConnection.

Implementation

Stream<String> get onSend => _onSend.stream;