clear method
Remove all stores and categories.
Implementation
void clear() {
objectMethod(
_pointerId,
'LandmarkStoreCollection',
'clear',
dependencyId: _mapPointerId,
);
}
Remove all stores and categories.
void clear() {
objectMethod(
_pointerId,
'LandmarkStoreCollection',
'clear',
dependencyId: _mapPointerId,
);
}