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?>
getAllLists() Future<List<RemList>>
getDefaultList() Future<RemList?>
getDefaultListId() Future<String>
getPlatformVersion() Future<String?>
getReminders([String? id]) Future<List<Reminder>?>
hasAccess() Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
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

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