writes data to the Terminal
@override void write(String text) { _sendPort?.send([_IsolateCommand.write, text]); }