stdout property Null safety
override
The standard output stream of the process as a Stream
.
Implementation
@override
Stream<List<int>> get stdout => _stdout.stream;
The standard output stream of the process as a Stream
.
@override
Stream<List<int>> get stdout => _stdout.stream;