clear method
Clear all overlays in collection.
Throws
- An exception if it fails
Implementation
void clear() {
objectMethod(_pointerId, 'OverlayMutableCollection', 'clear');
}
Clear all overlays in collection.
Throws
void clear() {
objectMethod(_pointerId, 'OverlayMutableCollection', 'clear');
}