TransactionNotifier extension
Extension to make ChangeNotifier transaction-aware.
This extension adds the notifyListenersTransaction method which respects transaction context and batches notifications.
Methods
-
notifyListenersTransaction(
) → void -
Available on ChangeNotifier, provided by the TransactionNotifier extension
Notifies listeners, respecting transaction context.