menu
fake_cloud_firestore_with_metadata package
documentation
fake_cloud_firestore_with_metadata.dart
FakeFirebaseFirestore
hasSavedDocument method
hasSavedDocument method
dark_mode
light_mode
hasSavedDocument
method
bool
hasSavedDocument
(
String
path
)
Implementation
bool hasSavedDocument(String path) { return _savedDocumentPaths.contains(path); }
fake_cloud_firestore_with_metadata package
documentation
fake_cloud_firestore_with_metadata
FakeFirebaseFirestore
hasSavedDocument method
FakeFirebaseFirestore class