stdout property

Stream<String> get stdout

Stdout stream.

Implementation

Stream<String> get stdout => _stdoutController.stream;