externalPrintFunction property

void Function(Object? o) externalPrintFunction
getter/setter pair

The external print function to map.

Can be overwritten by any kind of function.

Implementation

void Function(Object? o) externalPrintFunction = print;