removeProduct<T> method
Удаляет товар из закладок.
Implementation
Future<ApiResponse<T>> removeProduct<T>(Map<String, Object> params) =>
_api.request<T>('fave.removeProduct', params);
Удаляет товар из закладок.
Future<ApiResponse<T>> removeProduct<T>(Map<String, Object> params) =>
_api.request<T>('fave.removeProduct', params);