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