getShortLink<T> method
Allows to receive a link shortened via vk.cc.
Implementation
Future<ApiResponse<T>> getShortLink<T>(Map<String, Object> params) =>
_api.request<T>('utils.getShortLink', params);
Allows to receive a link shortened via vk.cc.
Future<ApiResponse<T>> getShortLink<T>(Map<String, Object> params) =>
_api.request<T>('utils.getShortLink', params);