updateComposingString method
update the composing string. This gets called by the input handling part of the terminal
Implementation
@override
void updateComposingString(String value) {
_sendPort?.send([_IsolateCommand.updateComposingString, value]);
}