onTaskError property
Optional global error handler for tasks in this controller.
Implementation
void Function(Object error, StackTrace? stackTrace)? onTaskError;
Optional global error handler for tasks in this controller.
void Function(Object error, StackTrace? stackTrace)? onTaskError;