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