handler abstract method

FutureOr<void> handler(
  1. Context context,
  2. T exception,
  3. StackTrace stack
)

The exception filter handler function.

Implementation

FutureOr<void> handler(Context context, T exception, StackTrace stack);