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