undeletePatients method
Implementation
Future<List<Patient>> undeletePatients(List<StoredDocumentIdentifier> ids) async {
return await CardinalSdkPlatformInterface.instance.apis.patient.tryAndRecover.undeletePatients(
_sdkId,
ids,
);
}
Future<List<Patient>> undeletePatients(List<StoredDocumentIdentifier> ids) async {
return await CardinalSdkPlatformInterface.instance.apis.patient.tryAndRecover.undeletePatients(
_sdkId,
ids,
);
}