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