clear method

void clear()

Implementation

void clear() {
  _points.clear();
  notifyListeners();
}