clear method

void clear()

Remove all stores and categories.

Implementation

void clear() {
  objectMethod(
    _pointerId,
    'LandmarkStoreCollection',
    'clear',
    dependencyId: _mapPointerId,
  );
}