getComments<T> method
Returns a list of comments on a video.
Implementation
Future<ApiResponse<T>> getComments<T>(Map<String, Object> params) =>
_api.request<T>('video.getComments', params);
Returns a list of comments on a video.
Future<ApiResponse<T>> getComments<T>(Map<String, Object> params) =>
_api.request<T>('video.getComments', params);