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