event_loop_watchdog library
Classes
- Action
- The action that will be run once the main event loop stalls The default action is printing a stack trace, but users can provide other actions
- NullAction
- An action that doesn't do anything
- StackTraceAction
- The default action to run, prints a stack trace, doesn't work in AOT as it requires vm service
- WatchDog
Typedefs
-
ActionCreator
= Future<
Action> Function()