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