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