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