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