editComment<T> method

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

Chages item comment's text

Implementation

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