HotKeyManagerPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • HotKeyManagerPlatform
Implementers

Constructors

HotKeyManagerPlatform()
Constructs a HotKeyManagerPlatform.

Properties

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

Methods

getPlatformVersion() Future<String?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
register(HotKey hotKey) 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 HotKeyManagerPlatform
The default instance of HotKeyManagerPlatform to use.
getter/setter pair