menu
country_code_picker_x package
documentation
country_localizations.dart
CountryLocalizations
translate method
translate method
dark_mode
light_mode
translate
method
String
?
translate
(
String
?
key
)
Implementation
String? translate(String? key) { return _localizedStrings[key!]; }
country_code_picker_x package
documentation
country_localizations
CountryLocalizations
translate method
CountryLocalizations class