Disabling/Enabling Bug Reporting
Enable or disable the bug report, feedback, and question options separately in your Flutter app, and see how that changes the default invocation mode.
BugReporting.setEnabled(false);BugReporting.setReportTypes([ReportType.bug, ReportType.feedback, ReportType.question]);Last updated