stdout property

Stream<Uint8List> get stdout

Stdout of the remote process.

Implementation

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