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