clearPoints method

void clearPoints()

Implementation

void clearPoints() {
  points = [];
}