startAfterDocument method

ColRef<T> startAfterDocument(
  1. DocumentSnapshotForAll<T> documentSnapshot
)

Implementation

ColRef<T> startAfterDocument(DocumentSnapshotForAll<T> documentSnapshot) {
  _queryProperties.startAfterDocument = documentSnapshot;
  return _copyWithQuery;
}