updateEntity method

  1. @override
Future<FeedMenuEntity> updateEntity(
  1. String documentID,
  2. FeedMenuEntity value
)
override

Update a FeedMenuEntity in the repository, cached

Implementation

@override
Future<FeedMenuEntity> updateEntity(String documentID, FeedMenuEntity value) {
  return reference.updateEntity(documentID, value);
}