watchQuery method

Stream<List<T>>? watchQuery(
  1. DatumQuery query, {
  2. String? userId,
})

Watch a subset of items matching a query from the remote source. Return null if the adapter doesn't support reactive queries.

Implementation

Stream<List<T>>? watchQuery(DatumQuery query, {String? userId}) => null;