batteryEvents property

Stream<BatteryStatus> batteryEvents

The stream of all battery events from all connected devices.

Implementation

Stream<BatteryStatus> get batteryEvents => _batteryEventGroup.stream;