timeSync static method

dynamic timeSync()

获取服务器时间

Implementation

static timeSync() {
  return '$host/v1/init/timeSync';
}