menu
burt_network
burt_network.dart
BurtFirmwareSerial
rawStream property
rawStream
dark_mode
light_mode
description
rawStream
property
Stream
<
Uint8List
>
get
rawStream
The stream of raw data coming from this device.
Implementation
Stream<Uint8List> get rawStream => _serial.stream;
burt_network
burt_network
BurtFirmwareSerial
rawStream property
BurtFirmwareSerial class