stdoutStream property

Stream<String> get stdoutStream

Get a stream of standard output

Implementation

Stream<String> get stdoutStream => _outputController.stream;