Bug Reporting Callbacks
Covered here are callbacks that you can use to have a block of code executed when a certain action is triggered for your Flutter apps.
Before Invoking Luciq
BugReporting.setOnInvokeCallback(Function function);After Dismissing Luciq
BugReporting.setOnDismissCallback(Function function);Last updated