getServerTime method

Future<V2TimValueCallback<int>> getServerTime()

获取服务器当前时间

注意: web不支持该接口

Implementation

Future<V2TimValueCallback<int>> getServerTime() {
  throw UnimplementedError('getServerTime() has not been implemented.');
}