deleteComment<T> method

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

Deletes a comment on the photo.

Implementation

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