notifies the Terminal about user input
@override void raiseOnInput(String text) { _sendPort?.send([_IsolateCommand.onInput, text]); }