clear method

void clear()

Clears layers from the PdfLayerCollection.

Implementation

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