rentalinventoryInventoryidWallimagehistoryEmptyobjectGet method

Future<Response> rentalinventoryInventoryidWallimagehistoryEmptyobjectGet({
  1. required String? inventoryid,
})

@param inventoryid

Implementation

Future<chopper.Response>
    rentalinventoryInventoryidWallimagehistoryEmptyobjectGet(
        {required String? inventoryid}) {
  return _rentalinventoryInventoryidWallimagehistoryEmptyobjectGet(
      inventoryid: inventoryid);
}