endAt method

Implementation

InAppQueryReference endAt(Iterable<InAppValue>? values) {
  return _selection(values, Selections.endAt);
}