write method

void write(
  1. String data
)

Writes local text to the terminal without sending it to the server.

Implementation

void write(String data) => _write?.call(data);