onChanges property

Stream<TStoreChanges> onChanges

Returns the stream of changes.

Implementation

Stream<TStoreChanges> get onChanges => store.onChanges;