sendArrowLeft method

void sendArrowLeft()

Implementation

void sendArrowLeft() {
  binding.keyboard.sendArrowLeft();
}