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