getServerTime<T> method

Future<ApiResponse<T>> getServerTime<T>(
  1. Map<String, Object> params
)

Returns the current time of the VK server.

Implementation

Future<ApiResponse<T>> getServerTime<T>(Map<String, Object> params) =>
    _api.request<T>('utils.getServerTime', params);