getLocaleIds method

List<AppLocaleId> getLocaleIds()

Returns all locale ids. Unspecified order!

Implementation

List<AppLocaleId> getLocaleIds() {
  return _idToEnumMap.keys.toList();
}