sendInput method

void sendInput(
  1. String data
)

Implementation

void sendInput(String data) {
  _terminal.sendText(data);
}