ChatUIKitLocalizations class
Constructors
- ChatUIKitLocalizations()
-
factory
Properties
- currentLocale → Locale?
-
no setter
-
defaultLocale
↔ List<
ChatLocal> -
getter/setter pair
- displayLanguageWhenNotSupported ↔ Locale
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
localizationsDelegates
→ Iterable<
LocalizationsDelegate> -
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
supportedLocales
→ Iterable<
Locale> -
no setter
Methods
-
addLocales(
{required List< ChatLocal> locales}) → void -
localeResolutionCallback(
Locale? locale, Iterable< Locale> supportedLocales) → Locale? -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
resetLocales(
) → void -
toString(
) → String -
A string representation of this object.
inherited
-
translate(
String languageCode) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited