undeletePatients method

Implementation

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