handle abstract method
Method called when report has been accepted by user
Implementation
Future<bool> handle(Report report, BuildContext? context);
Method called when report has been accepted by user
Future<bool> handle(Report report, BuildContext? context);