queryDeviceBattery property

Future<void> queryDeviceBattery

Gets the current battery of the watch. When the battery level of the watch exceeds 100, it means the watch is charging.

Implementation

Future<void> get queryDeviceBattery {
  return _platform.queryDeviceBattery;
}