rawStream property

Stream<Uint8List> rawStream

The stream of raw data coming from this device.

Implementation

Stream<Uint8List> get rawStream => _serial.stream;