physicalinventoryPrescanprogressPost method

Future<Response<bool>> physicalinventoryPrescanprogressPost({
  1. required WebApiModulesInventoryPhysicalInventoryPhysicalInventoryPrescanRequest? body,
})

Implementation

Future<chopper.Response<bool>> physicalinventoryPrescanprogressPost({
  required WebApiModulesInventoryPhysicalInventoryPhysicalInventoryPrescanRequest?
  body,
}) {
  return _physicalinventoryPrescanprogressPost(body: body);
}