HotKeyManager class
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
registeredHotKeyList
→ List<
HotKey> -
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
register(
HotKey hotKey, {HotKeyHandler? keyDownHandler, HotKeyHandler? keyUpHandler}) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
-
unregister(
HotKey hotKey) → Future< void> -
unregisterAll(
) → Future< void>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance → HotKeyManager
-
The shared instance of HotKeyManager.
final