subscribeToBatteryPercentageStream abstract method
- String deviceId
Subscribes to the battery percentage stream from the BLE device with the given deviceId
.
Returns a stream of battery percentage updates.
Implementation
Future<Stream<int>> subscribeToBatteryPercentageStream(String deviceId);