incoming property

  1. @override
Stream<Uint8List> get incoming
override

Stream of incoming byte chunks. Each event is a chunk exactly as received from the OS read buffer (no re-chunking).

Implementation

@override
Stream<Uint8List> get incoming => _rxCtrl.stream;