resetView method

void resetView()

Implementation

void resetView() {
  setState(() {
    _paths.clear();
  });
  widget.onReset?.call();
}