updateEntity method

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

Update a SectionEntity in the repository, cached

Implementation

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