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