KeyEvent.fromSequence constructor
KeyEvent.fromSequence(
- String sequence
Decodes a complete terminal key sequence.
Implementation
factory KeyEvent.fromSequence(String sequence) => _decodeKeyEvent(sequence);