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