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