clear method

void clear()

Remove all the attachments from the collection.

Implementation

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