sendArrowRight method

void sendArrowRight()

Implementation

void sendArrowRight() {
  sendKeyEvent(const KeyEvent(code: KeyCode.arrowRight));
}