languages method

List<String> languages()

Gets all of the available languages.

Implementation

List<String> languages() => _localizedCountries.keys.toList();