stdout property

  1. @override
Stream<Uint8List> get stdout
override

Remote standard-output bytes, streamed live (carries the cwd markers).

Implementation

@override
Stream<Uint8List> get stdout => _shell.stdout;