subscribeDeviceBattery property
Future<void>
get
subscribeDeviceBattery
When the battery of the watch changes, the result is returned through the data stream deviceBatteryEveStmand saved in the subscribe field in "event".
Implementation
Future<void> get subscribeDeviceBattery {
return _platform.subscribeDeviceBattery;
}