clear method

void clear()

Remove all stores and categories.

Throws

  • An exception if it fails.

Implementation

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