shouldHandleWhenRejected method
Check whether report mode should auto confirm without user confirmation.
Implementation
bool shouldHandleWhenRejected() {
  return false;
}Check whether report mode should auto confirm without user confirmation.
bool shouldHandleWhenRejected() {
  return false;
}