decryptPatientIdOf method

Future<Set<String>> decryptPatientIdOf(
  1. Topic topic
)

Implementation

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