clear method

void clear()

Clears layers from the PdfPageLayerCollection.

Implementation

void clear() {
  _helper.clear();
}