send method

bool send(
  1. String data
)

Sends input to the connected terminal server.

Implementation

bool send(String data) => _send?.call(data) ?? false;