reportComment<T> method

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

Sends a complaint to the item's comment.

Implementation

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