kemproApiV2DevicesIdMaintenanceGet method
- required String? id,
Get the maintenance details of the device with the given ID @param id
Implementation
Future<chopper.Response<MaintenanceDetailsV2>>
kemproApiV2DevicesIdMaintenanceGet({required String? id}) {
generatedMapping.putIfAbsent(
MaintenanceDetailsV2, () => MaintenanceDetailsV2.fromJsonFactory);
return _kemproApiV2DevicesIdMaintenanceGet(id: id);
}