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