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