addEntity method Null safety
- String documentID,
- TutorialEntryEntity value
override
Add a TutorialEntryEntity to the repository, cached
Implementation
@override
Future<TutorialEntryEntity> addEntity(
String documentID, TutorialEntryEntity value) {
return reference.addEntity(documentID, value);
}