supportedLocales property

List<Locale> get supportedLocales

Get all supported locales

Implementation

static List<Locale> get supportedLocales {
  return LokotroPayLanguage.values.map((lang) => lang.locale).toList();
}