sendTimeSystem method

Future<void> sendTimeSystem(
  1. int timeSystemType
)

Sets the system time of the watch.

Implementation

Future<void> sendTimeSystem(int timeSystemType) {
  return _platform.sendTimeSystem(timeSystemType);
}