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