menu
omnyshell package
documentation
omnyshell_client_web.dart
CommandExecution
output property
output property
dark_mode
light_mode
output
property
Stream
<
String
>
output
final
Output lines as they arrive (stdout and stderr merged).
Implementation
final Stream<String> output;
omnyshell package
documentation
omnyshell_client_web
CommandExecution
output property
CommandExecution class