onInput abstract method
Registers handler for user keystrokes (xterm delivers a decoded string).
Implementation
void onInput(void Function(String data) handler);
Registers handler for user keystrokes (xterm delivers a decoded string).
void onInput(void Function(String data) handler);