menu
fake_cloud_firestore package
documentation
fake_cloud_firestore.dart
FakeFirebaseFirestore
hasSavedDocument method
hasSavedDocument method
brightness_4
brightness_5
hasSavedDocument
method
bool
hasSavedDocument
(
String
path
)
Implementation
bool hasSavedDocument(String path) { return _savedDocumentPaths.contains(path); }
fake_cloud_firestore package
documentation
fake_cloud_firestore
FakeFirebaseFirestore
hasSavedDocument method
FakeFirebaseFirestore class