endBeforeDocument method

InAppQueryReference endBeforeDocument(
  1. InAppValue? snapshot
)

Implementation

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