snapshots method
Implementation
DocumentSnapshots<T> snapshots() {
if (_ref_windows != null) {
return DocumentSnapshots<T>(this);
} else {
return DocumentSnapshots<T>(this);
}
}
DocumentSnapshots<T> snapshots() {
if (_ref_windows != null) {
return DocumentSnapshots<T>(this);
} else {
return DocumentSnapshots<T>(this);
}
}