createComment<T> method

Future<ApiResponse<T>> createComment<T>(
  1. Map<String, Object> params
)

Adds a new comment on the photo.

Implementation

Future<ApiResponse<T>> createComment<T>(Map<String, Object> params) =>
    _api.request<T>('photos.createComment', params);