CustomWiredashTranslationsDelegate class
- Inheritance
-
- Object
- LocalizationsDelegate<
WiredashLocalizations> - CustomWiredashTranslationsDelegate
Constructors
Properties
Methods
-
isSupported(
Locale locale) → bool -
You have to define all languages that should be overridden
override
-
load(
Locale locale) → Future< WiredashLocalizations> -
Start loading the resources for
locale
. The returned future completes when the resources have finished loading.override -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
shouldReload(
covariant CustomWiredashTranslationsDelegate old) → bool -
Returns true if the resources for this delegate should be loaded
again by calling the load method.
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited