watchQuery method
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;
Watch a subset of items matching a query from the remote source. Return null if the adapter doesn't support reactive queries.
Stream<List<T>>? watchQuery(DatumQuery query, {String? userId}) => null;