CalendarItemBasicPlatformApi class

Constructors

CalendarItemBasicPlatformApi(MethodChannel _methodChannel)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

deleteCalendarItem(String sdkId, CalendarItem calendarItem) Future<DocIdentifier>
deleteCalendarItemById(String sdkId, String entityId, String rev) Future<DocIdentifier>
deleteCalendarItems(String sdkId, List<CalendarItem> calendarItems) Future<List<DocIdentifier>>
deleteCalendarItemsByIds(String sdkId, List<IdWithMandatoryRev> entityIds) Future<List<DocIdentifier>>
filterCalendarItemsBy(String sdkId, BaseFilterOptions<CalendarItem> filter) Future<PaginatedListIterator<EncryptedCalendarItem>>
filterCalendarItemsBySorted(String sdkId, BaseSortableFilterOptions<CalendarItem> filter) Future<PaginatedListIterator<EncryptedCalendarItem>>
getCalendarItem(String sdkId, String entityId) Future<EncryptedCalendarItem>
getCalendarItems(String sdkId, List<String> entityIds) Future<List<EncryptedCalendarItem>>
matchCalendarItemsBy(String sdkId, BaseFilterOptions<CalendarItem> filter) Future<List<String>>
matchCalendarItemsBySorted(String sdkId, BaseSortableFilterOptions<CalendarItem> filter) Future<List<String>>
modifyCalendarItem(String sdkId, EncryptedCalendarItem entity) Future<EncryptedCalendarItem>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
purgeCalendarItem(String sdkId, CalendarItem calendarItem) Future<void>
purgeCalendarItemById(String sdkId, String id, String rev) Future<void>
subscribeToEvents(String sdkId, Set<SubscriptionEventType> events, FilterOptions<CalendarItem> filter, EntitySubscriptionConfiguration? subscriptionConfig) Future<EntitySubscription<EncryptedCalendarItem>>
toString() String
A string representation of this object.
inherited
undeleteCalendarItem(String sdkId, CalendarItem calendarItem) Future<EncryptedCalendarItem>
undeleteCalendarItemById(String sdkId, String id, String rev) Future<EncryptedCalendarItem>

Operators

operator ==(Object other) bool
The equality operator.
inherited