LocaleManager class

Менеджер региональных настроек приложения.

Implemented types

Properties

hashCode int
The hash code for this object.
no setteroverride
locales List<Locale>
Локали приложения, если заданы, иначе - локали, заданные пользователем в ОС.
no setter
localesChannel → StatefulChannel<List<Locale>>
Локали приложения, если заданы, иначе - локали, заданные пользователем в ОС.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
systemLocales List<Locale>
Получение локалей, предоставляемых ОС.
no setter
systemLocalesChannel → StatefulChannel<List<Locale>>
Получение локалей, предоставляемых ОС.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
overrideLocales(List<Locale> locales) → void
Установка списка локалей приложения
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
override