HotKeyUtils class

Constructors

HotKeyUtils()

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onChange(dynamic onChange(HotKey)) → void
onUpdate(dynamic onChange(HotKey)) → void
register({required HotKey key}) → void
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

alertOnlineHotKey String
no setter
alertOnlineKey → HotKey
no setter
privateModeKey → HotKey
no setter
sendMessageHotKey String
no setter
sendMessageKey → HotKey
no setter
userInfoHotKey String
no setter
userInfoKey → HotKey
no setter
viewScreenHotKey String
no setter
viewScreenKey → HotKey
no setter

Static Methods

unregister(HotKey key) → void
unregisterAll() → void