endAtDocument method

InAppQueryReference endAtDocument(
  1. InAppValue? snapshot
)

Implementation

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