checkLink<T> method

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

Checks whether a link is blocked in VK.

Implementation

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