Ditto Store Observer
A store observer invokes an observation handler whenever results for its query change.
Create a store observer by calling registerObserver()
of DittoStore. The store observer will remain active until the owning Ditto instance goes out of scope or the [DittoStoreObserver]
is close()
-ed explicitly.
Since
4.5.0
Properties
Link copied to clipboard
Arguments for the queryString.
Link copied to clipboard
The query string of the store observer (as passed when adding it to the store).