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