createComment<T> method
Adds a new comment on a video.
Implementation
Future<ApiResponse<T>> createComment<T>(Map<String, Object> params) =>
_api.request<T>('video.createComment', params);
Adds a new comment on a video.
Future<ApiResponse<T>> createComment<T>(Map<String, Object> params) =>
_api.request<T>('video.createComment', params);