controller/error_handler library
Classes
- AppErrorHandler Error handling
- Your App's error handler.
Typedefs
-
ReportErrorHandler
= Future<
void> Function(Object exception, StackTrace stack) - Define the type of function to handle isolate and run zone errors.