generalitemSortPost method

Implementation

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

  return _generalitemSortPost(body: body);
}