CalendarEventsPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- CalendarEventsPlatform
- Implementers
Constructors
- CalendarEventsPlatform()
- Constructs a CalenderEventsPlatform.
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
-
addEvent(
CalendarEvent event) → Future< bool> -
checkCalendarPermission(
) → Future< CalendarPermission> -
getCalendarAccounts(
) → Future< List< CalendarAccount> ?> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
requestPermission(
) → Future< int> -
requestSync(
CalendarAccount account) → Future< bool> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ CalendarEventsPlatform
-
The default instance of CalendarEventsPlatform to use.
getter/setter pair