inventorysearchPost method

Implementation

Future<
        chopper.Response<
            WebApiModulesHomeControlsInventorySearchInventorySearch>>
    inventorysearchPost(
        {required WebApiModulesHomeControlsInventorySearchInventorySearch?
            body}) {
  generatedMapping.putIfAbsent(
      WebApiModulesHomeControlsInventorySearchInventorySearch,
      () => WebApiModulesHomeControlsInventorySearchInventorySearch
          .fromJsonFactory);

  return _inventorysearchPost(body: body);
}