addEntity method

Implementation

@override
Future<LabelledBodyComponentEntity> addEntity(
    String documentID, LabelledBodyComponentEntity value) {
  throw Exception('Not implemented');
}