handle abstract method

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

Method called when report has been accepted by user

Implementation

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