informStdout property
The stdout which should be informed if stdin is received in echoMode. echoMode means that you see that the user sees what he/her is typing. See here.
Implementation
StdoutService? informStdout;
The stdout which should be informed if stdin is received in echoMode. echoMode means that you see that the user sees what he/her is typing. See here.
StdoutService? informStdout;