clear method

void clear()

Implementation

void clear() {
  setState(() {
    _points = [];
  });
}