sendEnter method

void sendEnter()

Implementation

void sendEnter() {
  sendKeyEvent(const KeyEvent(code: KeyCode.enter));
}