onLog property

dynamic Function(OnLogParams)? onLog
final

A callback function that is called when a log message is created.

Implementation

final Function(OnLogParams)? onLog;