removePoint method

void removePoint({
  1. required int pointIndex,
})

Removes a point from the mutable point collection.

Parameters:

  • pointIndex — Zero-based index of the point.