undeleteCalendarItemById method
Implementation
Future<DecryptedCalendarItem> undeleteCalendarItemById(String id, String rev) async {
return await CardinalSdkPlatformInterface.instance.apis.calendarItem.undeleteCalendarItemById(
_sdkId,
id,
rev,
);
}