sendUnitSystem method

Future<void> sendUnitSystem(
  1. int unitSystemType
)

The watch supports setting the time system to metric and imperial

Implementation

Future<void> sendUnitSystem(int unitSystemType) {
  return _platform.sendUnitSystem(unitSystemType);
}