getCountryController function

CountryController getCountryController()

Implementation

CountryController getCountryController() {
  CountryController countryController = Get.find<CountryController>();

  return countryController;
}