queryTimeSystem property

Future<int> queryTimeSystem

Gets the time system of the watch.

Implementation

Future<int> get queryTimeSystem {
  return _platform.queryTimeSystem;
}