getDataCollection method

Future<QuerySnapshot<Object?>> getDataCollection()

Implementation

Future<QuerySnapshot> getDataCollection() {
  return ref.get();
}