queryTime property
Future<void>
get
queryTime
Synchronize the time of your phone and watch.
Implementation
Future<void> get queryTime {
return _platform.queryTime;
}
Synchronize the time of your phone and watch.
Future<void> get queryTime {
return _platform.queryTime;
}