clear method
void
clear()
Removes all stores and category entries from this collection.
Implementation
void clear() {
objectMethod(
pointerId,
'LandmarkStoreCollection',
'clear',
dependencyId: _mapPointerId,
);
}