clearSelect method

void clearSelect()

Implementation

void clearSelect() {
  setState(() {
    selectedDistrict = null;
  });
}