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