getServerTime method
获取服务器当前时间
注意: web不支持该接口
Implementation
Future<V2TimValueCallback<int>> getServerTime() {
return ImFlutterPlatform.instance.getServerTime();
}
获取服务器当前时间
注意: web不支持该接口
Future<V2TimValueCallback<int>> getServerTime() {
return ImFlutterPlatform.instance.getServerTime();
}