status_realtime property
Stream<BatteryStatusType>
get
status_realtime
Implementation
Stream<BatteryStatusType> get status_realtime async* {
// BatteryStatusType battery_status_type = await statusType;
yield* Stream.fromFuture(status_type);
}