inbound property

  1. @override
Stream<Uint8List> get inbound

Inbound bytes from the peer.

Implementation

@override
Stream<Uint8List> get inbound => _session.stdout;