menu
flutter_agent_harness package
documentation
flutter_agent_harness.dart
ShellExecOptions
onStderr property
onStderr property
dark_mode
light_mode
onStderr
property
void Function
(
String
chunk
)
?
onStderr
final
Called with stderr chunks as they are produced.
Implementation
final void Function(String chunk)? onStderr;
flutter_agent_harness package
documentation
flutter_agent_harness
ShellExecOptions
onStderr property
ShellExecOptions class