requestAction method

  1. @override
void requestAction(
  1. Report report,
  2. BuildContext? context
)
override

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) {
  // no action needed, request is automatically accepted
  super.onActionConfirmed(report);
}