LogCallback typedef
LogCallback =
void Function(LogRecord log)
A callback used by the DownloadManager to emit log messages.
The callback provides a LogRecord which contains the message and its severity.
Implementation
typedef LogCallback = void Function(LogRecord log);