HotKeysController constructor

HotKeysController()

Implementation

HotKeysController() {
  keyStream.listen(_onKey);
}