onCursorSelectionUpdatedMarkers method

  1. @override
void onCursorSelectionUpdatedMarkers(
  1. List<MarkerMatch> markerMatches
)

Implementation

@override
void onCursorSelectionUpdatedMarkers(final List<MarkerMatch> markerMatches) {
  _cursorSelectionCallbackMarkers?.call(markerMatches);
}