getComments<T> method

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

Returns a list of comments on a photo.

Implementation

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