onCount method
onCount stream, called when the number of items changes.
Soon to be Deprecated: use SembastQueryRefExtension.onCount instead. @Deprecated('User query(filter: filter).onCount instead.')
Implementation
Stream<int> onCount(Database database, {Filter? filter}) =>
SembastFilterRef(this as SembastStoreRef<K, V>, filter).onCount(database);