clearSelect method

void clearSelect()

Implementation

void clearSelect() {
  setState(() {
    selectedRegion.clear();
  });
}