paste clipboard content to the Terminal
@override void paste(String data) { _sendPort?.send([_IsolateCommand.paste, data]); }