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