endBefore method

InAppQueryReference endBefore(
  1. Iterable<InAppValue?>? values
)

Implementation

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