ChangeNotifierX<T extends ChangeNotifier> extension
- on
-
- T
Methods
-
listen(
void onChange(T ntf)?, {bool where(T ntf)?}) → T -
Available on T, provided by the ChangeNotifierX extension
where
filter the notification,