output method
Waits for the child to exit completely, returning all its output and status.
Implementation
_i2.Future<_i4.CommandOutput> output() => _i3.promiseToFuture(_i3.callMethod(
this,
'output',
[],
));
Waits for the child to exit completely, returning all its output and status.
_i2.Future<_i4.CommandOutput> output() => _i3.promiseToFuture(_i3.callMethod(
this,
'output',
[],
));