clear method

void clear()

Clear all overlays in collection.

Throws

  • An exception if it fails

Implementation

void clear() {
  objectMethod(_pointerId, 'OverlayMutableCollection', 'clear');
}