clear method
Remove all stores and categories.
Throws
- An exception if it fails.
Implementation
void clear() {
objectMethod(_pointerId, 'LandmarkStoreCollection', 'clear');
}
Remove all stores and categories.
Throws
void clear() {
objectMethod(_pointerId, 'LandmarkStoreCollection', 'clear');
}