onSend property

Stream<String> get onSend

Listen for all traffic sent on this WipConnection.

Implementation

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