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