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