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