Disabling/Enabling Crash Reporting
This page details the API for disabling and enabling crash reporting for your Flutter apps.
Luciq Crash Reporting can be disabled with the following method. This will completely prevent any crash report from being sent to your dashboard.
CrashReporting.setEnabled(false);Last updated