onError property
Called with a DescopeException when a flow has encountered an error. Typically a flow will not to be restarted at this point.
Implementation
void Function(DescopeException error)? onError;Called with a DescopeException when a flow has encountered an error. Typically a flow will not to be restarted at this point.
void Function(DescopeException error)? onError;