onReceiveLogMessage property

dynamic Function(String)? onReceiveLogMessage
final

This callback will be triggered when the user receives a log message from the native side.

Implementation

final Function(String)? onReceiveLogMessage;