inventorycontaineritemSortPost method

Implementation

Future<
    chopper.Response<
        WebApiLogicSortItemsResponse>> inventorycontaineritemSortPost(
    {required WebApiModulesHomeControlsInventoryContainerItemSortContainerItemsRequest?
        body}) {
  generatedMapping.putIfAbsent(WebApiLogicSortItemsResponse,
      () => WebApiLogicSortItemsResponse.fromJsonFactory);

  return _inventorycontaineritemSortPost(body: body);
}