onStderr property

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

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

Implementation

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