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