queryTime method

Future<void> queryTime([
  1. int? timestamp
])

Synchronize the time of your phone and watch.

Implementation

Future<void> queryTime([int? timestamp]) {
  return _platform.queryTime(timestamp);
}