clearPoints method
void
clearPoints()
Remove all of the points from this link's route; this may only be called within an override of #computePoints. @see #getPoint @see #setPoint @see #insertPoint @see #addPoint @see #removePoint @since 1.6
Implementation
void clearPoints() {
_i4.callMethod(
this,
'clearPoints',
[],
);
}