menu
zenify package
documentation
reactive/computed/rx_computed.dart
RxComputed<T>
refresh method
refresh method
dark_mode
light_mode
refresh
method
void
refresh
(
)
Force recomputation of the value
Implementation
void refresh() { _onDependencyChanged(); }
zenify package
documentation
reactive/computed/rx_computed
RxComputed<T>
refresh method
RxComputed class