addEntity method
Add a FeedMenuEntity to the repository, cached
Implementation
@override
Future<FeedMenuEntity> addEntity(String documentID, FeedMenuEntity value) {
return reference.addEntity(documentID, value);
}
Add a FeedMenuEntity to the repository, cached
@override
Future<FeedMenuEntity> addEntity(String documentID, FeedMenuEntity value) {
return reference.addEntity(documentID, value);
}