menu
neomage package
documentation
utils/process_utils.dart
ManagedProcess
stdout property
stdout property
dark_mode
light_mode
stdout
property
Stream
<
String
>
get
stdout
Stdout stream.
Implementation
Stream<String> get stdout => _stdoutController.stream;
neomage package
documentation
utils/process_utils
ManagedProcess
stdout property
ManagedProcess class