removePath method

void removePath()

Implementation

void removePath() {
  _lines.removeAt(_selectPathIndex);
  _selectPathIndex = _lines.length - 1;
  notifyListeners();
}