sendArrowDown method

void sendArrowDown()

Implementation

void sendArrowDown() {
  sendKeyEvent(const KeyEvent(code: KeyCode.arrowDown));
}