onCursorSelectionUpdatedPath method

  1. @override
void onCursorSelectionUpdatedPath(
  1. Path path
)

Implementation

@override
void onCursorSelectionUpdatedPath(final Path path) {
  _cursorSelectionCallbackPath?.call(path);
}