stderrOutput method
Buffer the stderr until EOF and return it as Uint8Array
.
You must set stderr
to "piped"
when creating the process.
This calls close()
on stderr after its done.
Implementation
_i2.Future<_i9.Uint8List> stderrOutput() =>
_i3.promiseToFuture(_i3.callMethod(
this,
'stderrOutput',
[],
));