watchCount method

Stream<int>? watchCount({
  1. DatumQuery? query,
  2. String? userId,
})

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;