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