deleteComment<T> method
Deletes an item's comment
Implementation
Future<ApiResponse<T>> deleteComment<T>(Map<String, Object> params) =>
_api.request<T>('market.deleteComment', params);
Deletes an item's comment
Future<ApiResponse<T>> deleteComment<T>(Map<String, Object> params) =>
_api.request<T>('market.deleteComment', params);