clear method

void clear()

Remove all overlays from the collection.

Implementation

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