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