menu
country_phone_code_picker package
documentation
controller/country_controller.dart
CountryController
updateSelectedCountry method
updateSelectedCountry method
dark_mode
light_mode
updateSelectedCountry
method
void
updateSelectedCountry
(
Country
country
)
Implementation
void updateSelectedCountry(Country country) { selectedCountry = country; update(); }
country_phone_code_picker package
documentation
controller/country_controller
CountryController
updateSelectedCountry method
CountryController class