stderr property

Stream<Uint8List> get stderr

Stderr of the remote process. May be empty if the remote process is started in pseudo terminal or remote ssh implementation does not support stderr.

Implementation

Stream<Uint8List> get stderr => _stderrController.stream;