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