Skip to main content

shouldReload method

bool shouldReload (covariant AppLocalizationsDelegate old)

override

Returns true if the resources for this delegate should be loaded again by calling the load method.

This method is called whenever its Localizations widget is rebuilt. If it returns true then dependent widgets will be rebuilt after load has completed.

Implementation

@override
bool shouldReload(AppLocalizationsDelegate old) => false;