onLog property
Callback to receive log events for external logging (e.g., Sentry). Called before console output on all platforms including web.
Implementation
LogCallback? onLog;
Callback to receive log events for external logging (e.g., Sentry). Called before console output on all platforms including web.
LogCallback? onLog;