endAtDocument method
Implementation
InAppQueryReference endAtDocument(InAppValue? snapshot) {
return _selection(snapshot, Selections.endAtDocument);
}
InAppQueryReference endAtDocument(InAppValue? snapshot) {
return _selection(snapshot, Selections.endAtDocument);
}