getCollection method

  1. @override
CollectionReference<Map<String, dynamic>> getCollection(
  1. String path
)
override

Implementation

@override
CollectionReference<Map<String, dynamic>> getCollection(String path) {
  _fakeFirestore.saveDocument('/');
  return _fakeFirestore.collection(path);
}