sendKeyEvent method

void sendKeyEvent(
  1. KeyEvent event
)

Implementation

void sendKeyEvent(KeyEvent event) {
  _controller.add(event);
}