menu
kaeru package
documentation
foundation/computed.dart
Computed<T>
notify method
notify method
dark_mode
light_mode
notify
method
void
notify
(
)
Notifies listeners of a change.
Implementation
void notify() { notifyListeners(); }
kaeru package
documentation
foundation/computed
Computed<T>
notify method
Computed class