ChromeCommands class

Properties

hashCode int
The hash code for this object.
no setterinherited
isAvailable bool
no setter
onCommand EventStream<OnCommandEvent>
Fired when a registered command is activated using a keyboard shortcut.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getAll() Future<List<Command>>
Returns all the registered extension commands for this extension and their shortcut (if active). Before Chrome 110, this command did not return _execute_action. returns Called to return the registered commands.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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