requestAction method
Code which should be triggered if new error has been caught and core creates report about this.
Implementation
@override
void requestAction(Report report, BuildContext? context) {
_showDialog(report, context);
}
Code which should be triggered if new error has been caught and core creates report about this.
@override
void requestAction(Report report, BuildContext? context) {
_showDialog(report, context);
}