registerCursorSelectionUpdatedLandmarksCallback method

  1. @Deprecated('Use registerOnCursorSelectionUpdatedLandmarks instead')
void registerCursorSelectionUpdatedLandmarksCallback(
  1. CursorSelectionCallback<List<Landmark>>? cursorSelectionLandmarksCallback
)

Implementation

@Deprecated('Use registerOnCursorSelectionUpdatedLandmarks instead')
void registerCursorSelectionUpdatedLandmarksCallback(
  final CursorSelectionCallback<List<Landmark>>?
      cursorSelectionLandmarksCallback,
) {
  registerOnCursorSelectionUpdatedLandmarks(cursorSelectionLandmarksCallback);
}