sendSpace method

void sendSpace()

Implementation

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