changeNotification property

Stream<WiltChangeNotificationEvent> changeNotification

Change notification event stream This is a broadcast stream so can support more than one listener.

Implementation

Stream<WiltChangeNotificationEvent> get changeNotification =>
    _changeNotifier!.changeNotification.stream;