crashReportCallback property

CrashReportCallback? crashReportCallback
final

A callback function that will be triggered on a native crash. You can use this callback to have access to crash reports.

Implementation

final CrashReportCallback? crashReportCallback;