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