createComment<T> method
Creates a new comment for an item.
Implementation
Future<ApiResponse<T>> createComment<T>(Map<String, Object> params) =>
_api.request<T>('market.createComment', params);
Creates a new comment for an item.
Future<ApiResponse<T>> createComment<T>(Map<String, Object> params) =>
_api.request<T>('market.createComment', params);