getComments<T> method
Returns comments list for an item.
Implementation
Future<ApiResponse<T>> getComments<T>(Map<String, Object> params) =>
_api.request<T>('market.getComments', params);
Returns comments list for an item.
Future<ApiResponse<T>> getComments<T>(Map<String, Object> params) =>
_api.request<T>('market.getComments', params);