menu
jolt package
documentation
core.dart
EffectImpl
track<T> method
track<T> method
dark_mode
light_mode
track<
T
>
method
T
track
<
T
>(
T
fn
(), [
bool
purge
=
true
])
Implementation
T track<T>(T Function() fn, [bool purge = true]) => raw.track(fn, purge);
jolt package
documentation
core
EffectImpl
track<T> method
EffectImpl class