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