menu
flutter_androssy package
documentation
core/provider.dart
AndrossyProvider
notify method
notify method
dark_mode
light_mode
notify
method
void
notify
(
Androssy
data
)
Implementation
void notify(Androssy data) => notifier.update(data);
flutter_androssy package
documentation
core/provider
AndrossyProvider
notify method
AndrossyProvider class