inventorysubstitutePost method

Implementation

Future<
        chopper.Response<
            WebApiModulesHomeControlsInventorySubstituteInventorySubstitute>>
    inventorysubstitutePost(
        {required WebApiModulesHomeControlsInventorySubstituteInventorySubstitute?
            body}) {
  generatedMapping.putIfAbsent(
      WebApiModulesHomeControlsInventorySubstituteInventorySubstitute,
      () => WebApiModulesHomeControlsInventorySubstituteInventorySubstitute
          .fromJsonFactory);

  return _inventorysubstitutePost(body: body);
}