decryptPatientIdOf method

Future<Set<String>> decryptPatientIdOf(
  1. Classification classification
)

Implementation

Future<Set<String>> decryptPatientIdOf(Classification classification) async {
	return await CardinalSdkPlatformInterface.instance.apis.classification.decryptPatientIdOf(
		_sdkId,
		classification,
	);
}