checkLink<T> method
Checks whether a link is blocked in VK.
Implementation
Future<ApiResponse<T>> checkLink<T>(Map<String, Object> params) =>
_api.request<T>('utils.checkLink', params);
Checks whether a link is blocked in VK.
Future<ApiResponse<T>> checkLink<T>(Map<String, Object> params) =>
_api.request<T>('utils.checkLink', params);