streamDataCollection method

Stream<QuerySnapshot<Object?>> streamDataCollection()

Implementation

Stream<QuerySnapshot> streamDataCollection() {
  return ref.snapshots();
}