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