ScheduleAndCancelFunctions class abstract mixin

Implementers

Constructors

ScheduleAndCancelFunctions()

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

cancelEventNotification(ActivityModel event) Future<void>
Cancels the notification for an event.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
scheduleEventNotification(ActivityModel event, int minutesInAdvance) Future<void>
Schedules a notification for an event.
toString() String
A string representation of this object.
inherited
updateNotificationIfEventTimeChanged(List<ActivityModel> events, int minutesInAdvance) Future<void>
Updates the notification for an event if the event was edited.

Operators

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