startAtDocument method

InAppQueryReference startAtDocument(
  1. InAppValue? snapshot
)

Implementation

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