onStdout property

FutureOr<void> Function(FlowContext context, List<int> chars)? onStdout
final

Function that will be executed every time the process' stdout receives text.

Implementation

final FutureOr<void> Function(FlowContext context, List<int> chars)? onStdout;