Watch a single item by its ID, emitting the item on change or null if deleted. Return null if the adapter doesn't support reactive queries.
Stream<T?>? watchById(String id, {String? userId}) => null;