getServerTime<T> method
Returns the current time of the VK server.
Implementation
Future<ApiResponse<T>> getServerTime<T>(Map<String, Object> params) =>
_api.request<T>('utils.getServerTime', params);
Returns the current time of the VK server.
Future<ApiResponse<T>> getServerTime<T>(Map<String, Object> params) =>
_api.request<T>('utils.getServerTime', params);