inventorysearchAddtopackagePost method

Future<Response<bool>> inventorysearchAddtopackagePost({
  1. required WebApiModulesHomeControlsInventorySearchInventorySearchAddToCompleteKitContainerRequest? body,
})

Implementation

Future<chopper.Response<bool>> inventorysearchAddtopackagePost(
    {required WebApiModulesHomeControlsInventorySearchInventorySearchAddToCompleteKitContainerRequest?
        body}) {
  return _inventorysearchAddtopackagePost(body: body);
}