getServerTime method Null safety

Future<V2TimValueCallback<int>> getServerTime()

Get the current server time

Note: web does not support this interface

Implementation

Future<V2TimValueCallback<int>> getServerTime() {
  return ImFlutterPlatform.instance.getServerTime();
}