sendArrowRight method

void sendArrowRight()

Implementation

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