sendArrowLeft method

void sendArrowLeft()

Implementation

void sendArrowLeft() {
  sendKeyEvent(const KeyEvent(code: KeyCode.arrowLeft));
}