onOutput property

void Function(List<int> output) onOutput
final

Marker-stripped remote stdout to render (markers removed). Raw stderr is also routed here unless onStderr is provided.

Implementation

final void Function(List<int> output) onOutput;