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