updateMarkers method

void updateMarkers(
  1. List<int> indices
)

Updates the markers in the given indices dynamically. See also:

Implementation

void updateMarkers(List<int> indices) {
  _notifyMarkerListeners(MarkerAction.replace, indices);
}