sendEnd method

void sendEnd()

Implementation

void sendEnd() {
  sendKeyEvent(const KeyEvent(code: KeyCode.end));
}