shouldReload method Null safety

  1. @override
bool shouldReload(
  1. covariant I18nDelegate 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.