clearInputs method

void clearInputs()

Implementation

void clearInputs() {
  streetAddressController.clear();
  zipCodeController.clear();
  country.clear();
  state.clear();
  city.clear();
}