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