watchById method

Stream<T?>? watchById(
  1. String id, {
  2. String? userId,
})

Watch a single item by its ID directly from the remote source. Return null if the adapter doesn't support reactive queries.

Implementation

Stream<T?>? watchById(String id, {String? userId}) => null;