sendArrowDown method

void sendArrowDown()

Implementation

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