menu
fluo package
documentation
managers/country_manager.dart
CountryManager
getCountry static method
getCountry static method
dark_mode
light_mode
getCountry
static method
Country
?
getCountry
(
String
countryCode
)
Implementation
static Country? getCountry(String countryCode) { return _instance!.countriesMap[countryCode]; }
fluo package
documentation
managers/country_manager
CountryManager
getCountry static method
CountryManager class