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