inventoryprepPost method
Future<Response<WebApiModulesHomeControlsInventoryPrepInventoryPrep> >
inventoryprepPost({
- required WebApiModulesHomeControlsInventoryPrepInventoryPrep? body,
Implementation
Future<chopper.Response<WebApiModulesHomeControlsInventoryPrepInventoryPrep>>
inventoryprepPost(
{required WebApiModulesHomeControlsInventoryPrepInventoryPrep?
body}) {
generatedMapping.putIfAbsent(
WebApiModulesHomeControlsInventoryPrepInventoryPrep,
() => WebApiModulesHomeControlsInventoryPrepInventoryPrep
.fromJsonFactory);
return _inventoryprepPost(body: body);
}