menu
fl_country_code_picker_weebi package
documentation
fl_country_code_picker.dart
CountryLocalizations
languages method
languages method
dark_mode
light_mode
languages
method
List
<
String
>
languages
(
)
Gets all of the available languages.
Implementation
List<String> languages() => _localizedCountries.keys.toList();
fl_country_code_picker_weebi package
documentation
fl_country_code_picker
CountryLocalizations
languages method
CountryLocalizations class