controller/error_handler library
Classes
- AppErrorHandler Error handling
- Your App's error handler.
- AppWidgetErrorDisplayed
- A simply 'Widget Error' Screen if an app's widget fails to display
Typedefs
-
ReportErrorHandler
= Future<
void> Function(Object exception, StackTrace stack) - Define the type of function to handle isolate and run zone errors.