RemindersPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • RemindersPlatform
Implementers

Constructors

RemindersPlatform()
Constructs a RemindersPlatform.

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

deleteReminder(String? id) Future<String?>
getAllCalendars() Future<List<Calendar>?>
getAllLists() Future<List<RemList>>
getDefaultCalendar() Future<String?>
getDefaultList() Future<RemList?>
getDefaultListId() Future<String>
getEvents([String? id]) Future<List<Event>?>
getPlatformVersion() Future<String?>
getReminders([String? id]) Future<List<Reminder>?>
hasAccess() Future<bool>
hasEventsAccess() Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
requestAccess() Future<String?>
requestPermission() Future<bool>
saveReminder(Reminder reminder) Future<Reminder>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

events RemindersPlatform
getter/setter pair
reminders RemindersPlatform
The default instance of RemindersPlatform to use.
getter/setter pair