output property

Stream<Uint8List> get output

Engine → PTY (and write(bytes) echoes). Drain into the PTY directly: engine.output.listen(pty.write).

Implementation

Stream<Uint8List> get output => _outputCtl.stream;