handler abstract method
The exception filter handler function.
Implementation
FutureOr<void> handler(Context context, T exception, StackTrace stack);
The exception filter handler function.
FutureOr<void> handler(Context context, T exception, StackTrace stack);