FlutterAppShortcut class

Android: Read more here: https://developer.android.com/guide/topics/ui/shortcuts This only controls dynamic app shortcuts

IOS: TBD

Implemented types

Constructors

FlutterAppShortcut()

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

disableShortcuts(List<String> shortcutIds) Future
override
enableShortcuts(List<String> shortcutIds) Future
override
getAll() Future<List<ShortcutArg>>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
push(ShortcutArg shortcut) Future
override
removeAll() Future
override
removeById(String shortcutId) Future
override
set(List<ShortcutArg> shortCuts) Future
override
toString() String
A string representation of this object.
inherited

Operators

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