output property

  1. @override
Stream<Uint8List> get output
override

Bytes produced by the child process (shell stdout/stderr).

Implementation

@override
Stream<Uint8List> get output => _pty.output;