cancelImportLandmarks method

void cancelImportLandmarks()

Cancel async import landmarks operation

Implementation

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