undeletePatients method

Implementation

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