Skip to main content

AppLocalizationsDelegate class

Inheritance

: - Object

Constructors

[AppLocalizationsDelegate][]

: ::: const :::

Properties

[hashCode] [→ int] : The hash code for this object. ::: features no setterinherited :::

[isTest] [→ bool]

: ::: features final :::

[runtimeType] [→ Type] : A representation of the runtime type of the object. ::: features no setterinherited :::

[type] [→ Type] : The type of the object returned by the load method, T by default. ::: features no setterinherited :::

Methods

[isSupported][([[Locale] locale]) [→ bool] ] : Whether resources for the given locale can be loaded by this delegate. ::: features override :::

[load][([[Locale] locale]) [→ Future[<[AppLocalizations]>]] ] : Start loading the resources for locale. The returned future completes when the resources have finished loading. ::: features override :::

[noSuchMethod][([[Invocation] invocation]) → dynamic ] : Invoked when a nonexistent method or property is accessed. ::: features inherited :::

[shouldReload][([covariant [AppLocalizationsDelegate] old]) [→ bool] ] : Returns true if the resources for this delegate should be loaded again by calling the load method. ::: features override :::

[toString][ [→ String] ] : A string representation of this object. ::: features inherited :::

Operators

[operator ==][([[Object] other]) [→ bool] ] : The equality operator. ::: features inherited :::

  1. talawa
  2. app_localization
  3. AppLocalizationsDelegate class
app_localization library