watchFirst method

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

Watch the first entity matching a query, optionally sorted. Return null if the adapter does not support this feature.

Implementation

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