onChanges property
Stream<TStoreChanges>
get
onChanges
Returns the stream of changes.
Implementation
Stream<TStoreChanges> get onChanges => store.onChanges;
Returns the stream of changes.
Stream<TStoreChanges> get onChanges => store.onChanges;