clear method

void clear()

Clear all overlays in collection.

Implementation

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