keyInput abstract method
void
keyInput(})
notifies the Terminal about key input
Implementation
void keyInput(
TerminalKey key, {
bool ctrl = false,
bool alt = false,
bool shift = false,
bool mac = false,
// bool meta,
String? character,
});