printCallback property

void Function(String) printCallback
getter/setter pair

Custom print callback. Can be overridden to redirect output.

Implementation

void Function(String) printCallback = _defaultPrintCallback;