clear method
void
clear()
Removes all the named destination from the collection.
Implementation
void clear() {
_namedCollections.clear();
}
Removes all the named destination from the collection.
void clear() {
_namedCollections.clear();
}