menu
better_notifier package
documentation
core/better_notifier.dart
VN<T>
notify method
notify method
dark_mode
light_mode
notify
method
void
notify
(
)
Notifies all listeners about a change in value.
Implementation
void notify() => notifyListeners();
better_notifier package
documentation
core/better_notifier
VN<T>
notify method
VN class