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