logWriter property

void Function(dynamic messageFn(), LogType type) logWriter
getter/setter pairinherited

Writer to handle internal logging.

It can optionally exchanged with your own logging solution.

Implementation

late void Function(dynamic Function() messageFn, LogType type) logWriter;