updateEntity method

  1. @override
Future<BookletEntity> updateEntity(
  1. String documentID,
  2. BookletEntity value
)
override

Update a BookletEntity in the repository, cached

Implementation

@override
Future<BookletEntity> updateEntity(String documentID, BookletEntity value) {
  return reference.updateEntity(documentID, value);
}