clearPoints method

void clearPoints()

Implementation

void clearPoints() {
  _state.points = [];
  notifyListeners();
}