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