onReactiveError property

void Function(Object error, StackTrace? stack, LxReactive? context)? get onReactiveError

Called when an error occurs during notification.

This hook is invoked after the error has been caught by the framework, preserving the stability of the notification loop.

Implementation

void Function(Object error, StackTrace? stack, LxReactive? context)?
    get onReactiveError => null;