watchCount method
Watch the total count of entities, optionally matching a query. Return null if the adapter does not support this feature.
Implementation
Stream<int>? watchCount({DatumQuery? query, String? userId}) => null;Watch the total count of entities, optionally matching a query. Return null if the adapter does not support this feature.
Stream<int>? watchCount({DatumQuery? query, String? userId}) => null;