cancelImportLandmarks method

void cancelImportLandmarks()

Cancel async import landmarks operation

Throws

  • An exception if it fails.

Implementation

void cancelImportLandmarks() {
  objectMethod(_pointerId, 'LandmarkStore', 'cancelImportLandmarks');
}