watchByIds method
Opens a live stream which will yield the current matching models
periodically via a ReadListResult.
Implementation
@override
Stream<ReadListResult<T>> watchByIds(WatchByIdsOperation<T> operation) =>
_guardedSync(() => _watchByIds(operation), operation);