LocalizationDelegate class
Localization resources loader.
Constructors
- LocalizationDelegate()
-
const
Properties
Methods
-
isSupported(
Locale locale) → bool - Whether resources for the given locale can be loaded by this delegate. [...]
-
load(
Locale locale) → Future< Localization> -
Start loading the resources for
locale
. The returned future completes when the resources have finished loading. [...] -
shouldReload(
covariant LocalizationDelegate _) → bool - Returns true if the resources for this delegate should be loaded again by calling the load method. [...]
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
dynamic other) → bool -
The equality operator. [...]
inherited