snapshots method

DocumentSnapshots<T> snapshots()

Implementation

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