output method

Future<Uint8List> output()

Buffer the stdout until EOF and return it as Uint8Array.

You must set stdout to "piped" when creating the process.

This calls close() on stdout after its done.

Implementation

_i2.Future<_i9.Uint8List> output() => _i3.promiseToFuture(_i3.callMethod(
      this,
      'output',
      [],
    ));