Skip to main content

load method

[Future[<[AppLocalizations]>]] load(

  1. [[Locale] locale]

)

override

Start loading the resources for locale. The returned future completes when the resources have finished loading.

It's assumed that this method will return an object that contains a collection of related string resources (typically defined with one method per resource). The object will be retrieved with Localizations.of.

Implementation

@override
Future<AppLocalizations> load(Locale locale) async
  1. talawa
  2. app_localization
  3. AppLocalizationsDelegate
  4. load method
AppLocalizationsDelegate class