decryptPatientIdOf method

Future<Set<String>> decryptPatientIdOf(
  1. AccessLog accessLog
)

Implementation

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