createEffect method
Creates the effect for this action.
Implementation
SaveEffect createEffect(
void Function(SaveObserver $, A a, B b, C c, D d, E e) onRun,
) {
return SaveActionEffect5(actionKey, onRun);
}
Creates the effect for this action.
SaveEffect createEffect(
void Function(SaveObserver $, A a, B b, C c, D d, E e) onRun,
) {
return SaveActionEffect5(actionKey, onRun);
}