undeleteMaintenanceTaskById method
Implementation
Future<MaintenanceTask> undeleteMaintenanceTaskById(String id, String rev) async {
return await CardinalSdkPlatformInterface.instance.apis.maintenanceTask.tryAndRecover.undeleteMaintenanceTaskById(
_sdkId,
id,
rev,
);
}