clear method
void
clear()
Remove all overlays from the collection.
Implementation
void clear() {
objectMethod(pointerId, 'OverlayMutableCollection', 'clear');
}
Remove all overlays from the collection.
void clear() {
objectMethod(pointerId, 'OverlayMutableCollection', 'clear');
}