updateEntity method
Implementation
@override
Future<TutorialEntryEntity> updateEntity(
String documentID, TutorialEntryEntity value) {
throw Exception('Not implemented');
}
@override
Future<TutorialEntryEntity> updateEntity(
String documentID, TutorialEntryEntity value) {
throw Exception('Not implemented');
}