flagChanges property
Stream<FlagsChangedEvent>
get
flagChanges
Stream which emits flag changes.
You can start listening for flag changes before calling start. If you do, then you will get change notifications for all flags, including those that are loaded from cache.
Implementation
Stream<FlagsChangedEvent> get flagChanges {
return _client.flagChanges;
}