AppLocalizationsSetup class

Provides localization setup for the Amwal SDK.

Includes supported locales, delegates, and locale resolution logic.

Constructors

AppLocalizationsSetup.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

localeResolutionCallback(Locale? locale, Iterable<Locale>? supportedLocales) Locale?
Resolves the best matching locale from the supported locales.

Constants

localizationsDelegates → const Iterable<LocalizationsDelegate>
The list of localization delegates used by the SDK.
supportedLocales → const Iterable<Locale>
The list of supported locales for the SDK.