clear method
void
clear()
Remove all routes from this bookmarks collection.
After calling this method the collection will be empty.
Implementation
void clear() {
objectMethod(pointerId, 'RouteBookmarks', 'clear');
}
Remove all routes from this bookmarks collection.
After calling this method the collection will be empty.
void clear() {
objectMethod(pointerId, 'RouteBookmarks', 'clear');
}