stream property

Stream<Uint8List> stream

All incoming bytes coming from the port.

Implementation

Stream<Uint8List> get stream => _controller.stream;