SimpleWidgetPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • SimpleWidgetPlatform
Implementers

Constructors

SimpleWidgetPlatform()
Constructs a SimpleWidgetPlatform.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
widgetClicked Stream<Uri?>
no setter

Methods

getLaunchedURL() Future<Uri?>
getTimelinesData() Future<List<TimeLine>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
refresh() Future
setAppScheme(String appScheme) Future
setGroupID(String groupID) Future
toString() String
A string representation of this object.
inherited
updateWidgets(List<TimeLine> list) Future

Operators

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

Static Properties

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