flattenAllAnnotations method

void flattenAllAnnotations()

Flatten all the annotations.

The flatten will add at the time of saving the current document.

Implementation

void flattenAllAnnotations() {
  _helper.setFlattenAll(true);
}