printCallback property
Custom print callback. Can be overridden to redirect output.
Implementation
void Function(String) printCallback = _defaultPrintCallback;
Custom print callback. Can be overridden to redirect output.
void Function(String) printCallback = _defaultPrintCallback;