getServerTime method Null safety
Get the current server time
Note: web does not support this interface
Implementation
Future<V2TimValueCallback<int>> getServerTime() {
return ImFlutterPlatform.instance.getServerTime();
}
Get the current server time
Note: web does not support this interface
Future<V2TimValueCallback<int>> getServerTime() {
return ImFlutterPlatform.instance.getServerTime();
}