changeNotifier property

Stream<bool> get changeNotifier

A stream that could be listened to for changes in the guard's status. This stream will emit new values only when the guard's status changes, i.e., when the value emitted is different from the previous one.

Implementation

Stream<bool> get changeNotifier => _notifier.stream;