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