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