stdout property

Stream<List<int>> stdout

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

Implementation

Stream<List<int>> get stdout;