inputStream property

Stream<void Function(bool (KeyInput))> get inputStream

Stream of key events. Return true if the event was handled.

Implementation

Stream<void Function(bool Function(KeyInput))> get inputStream;