menu
save package
documentation
reactive/action.dart
SaveActionEffect4<A, B, C, D>
onRun property
onRun property
dark_mode
light_mode
onRun
property
void Function
(
SaveObserver
$
,
A
a
,
B
b
,
C
c
,
D
d
)
onRun
final
A user defined effect.
Implementation
final void Function(SaveObserver $, A a, B b, C c, D d) onRun;
save package
documentation
reactive/action
SaveActionEffect4<A, B, C, D>
onRun property
SaveActionEffect4 class