Keyboard class Null safety

Main Keyboard object

Constructors

Keyboard()

Properties

hashCode int
The hash code for this object. [...]
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
A string representation of this object. [...]
inherited

Operators

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

Static Methods

hotKey(List<String> keys) Future<void>
Simulate a hotkey press , e.g Ctrl+i Example usage [...]
keyboardKeys() Future<List<String>>
Returs a Future<List<String>> of all the available keys within your system
typeWord(String word, {int interval = 0}) Future<void>
Type a sentence , int interval is by default 0