sendChar method

void sendChar(
  1. String char
)

Implementation

void sendChar(String char) {
  binding.keyboard.sendChar(char);
}