advanced_change_notifier library
Classes
-
AdvancedChangeNotifier<
T> - The class resembles the standart ChangeNotifier with the difference of taking a generic type and notifiying every listener with the new or updated value of type
Typedefs
-
AdvancedChangeNotifierCallback<
T> = Future< void> Function(T? value)