sendEscape method

void sendEscape()

Implementation

void sendEscape() {
  sendKeyEvent(const KeyEvent(code: KeyCode.escape));
}