inventorysearchAddtoorderPost method
Implementation
Future<chopper.Response<bool>> inventorysearchAddtoorderPost(
{required WebApiModulesHomeControlsInventorySearchInventorySearchAddToOrderRequest?
body}) {
return _inventorysearchAddtoorderPost(body: body);
}