handle abstract method

Future<bool> handle(
  1. Report report,
  2. BuildContext? context
)

Method called when report has been accepted by user

Implementation

Future<bool> handle(Report report, BuildContext? context);