subscribeToBarcodeDataStream abstract method
- String deviceId
Subscribes to the barcode data stream from the BLE device with the given deviceId
.
Returns a stream of BarcodeData received from the device.
Implementation
Future<Stream<BarcodeData>> subscribeToBarcodeDataStream(String deviceId);