menu
hypen package
documentation
hypen.dart
SaveObserver
onNotification<T> method
onNotification<T> method
dark_mode
light_mode
onNotification<
T
>
method
void
onNotification
<
T
>(
SaveProvider
<
T
>
provider
)
What to do when the observables are changed.
Implementation
void onNotification<T>(SaveProvider<T> provider) {}
hypen package
documentation
hypen
SaveObserver
onNotification<T> method
SaveObserver mixin