sendInput method

void sendInput(
  1. String data
)

Implementation

void sendInput(String data) {
  _onOutput?.call(data);
}