onActionError property
A callback that is called when the action is finished with error.
Implementation
final void Function(Object? error)? onActionError;
A callback that is called when the action is finished with error.
final void Function(Object? error)? onActionError;