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