output property
Optional custom output function.
When provided, output is written using this function instead of stdout. This is useful for testing or capturing output.
Implementation
final void Function(String)? output;
Optional custom output function.
When provided, output is written using this function instead of stdout. This is useful for testing or capturing output.
final void Function(String)? output;