onActionError property

(void Function(Object? error)?) onActionError
final

A callback that is called when the action is finished with error.

Implementation

final void Function(Object? error)? onActionError;