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