updateEntity method
Update a BodyComponentEntity in the repository, cached
Implementation
@override
Future<BodyComponentEntity> updateEntity(
String documentID, BodyComponentEntity value) {
return reference.updateEntity(documentID, value);
}
Update a BodyComponentEntity in the repository, cached
@override
Future<BodyComponentEntity> updateEntity(
String documentID, BodyComponentEntity value) {
return reference.updateEntity(documentID, value);
}