stdout property

Stream<List<int>> stdout
override

Returns the standard output stream of the process as a Stream.

Implementation

@override
Stream<List<int>> get stdout => _stdout.stream;