onStdout property
Function that will be executed every time the process' stdout receives text.
Implementation
final FutureOr<void> Function(List<int> chars, FlowContext context)? onStdout;
Function that will be executed every time the process' stdout receives text.
final FutureOr<void> Function(List<int> chars, FlowContext context)? onStdout;