output property

Stream<Uint8List> get output

Implementation

Stream<Uint8List> get output {
  return _stdoutController.stream;
}