watchFirst method
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;
Watch the first entity matching a query, optionally sorted. Return null if the adapter does not support this feature.
Stream<T?>? watchFirst({DatumQuery? query, String? userId}) => null;