batteryEvents property
Stream<BatteryStatus>
get
batteryEvents
The stream of all battery events from all connected devices.
Implementation
Stream<BatteryStatus> get batteryEvents => _batteryEventGroup.stream;