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