cancelImportLandmarks method

void cancelImportLandmarks()

Cancel async import landmarks operation

Implementation

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