addEntity method

Add a LabelledBodyComponentEntity to the repository, cached

Implementation

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