decryptPatientIdOf method

Future<Set<String>> decryptPatientIdOf(
  1. CalendarItem calendarItem
)

Implementation

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