registerCursorSelectionUpdatedPathCallback method

  1. @Deprecated('Use registerOnCursorSelectionUpdatedPath instead')
void registerCursorSelectionUpdatedPathCallback(
  1. CursorSelectionCallback<Path>? cursorSelectionPathCallback
)

Implementation

@Deprecated('Use registerOnCursorSelectionUpdatedPath instead')
void registerCursorSelectionUpdatedPathCallback(
  final CursorSelectionCallback<Path>? cursorSelectionPathCallback,
) {
  registerOnCursorSelectionUpdatedPath(cursorSelectionPathCallback);
}