shouldReload method

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(
  covariant LocalizationsDelegate<FlutterFireUILocalizations> old,
) {
  return false;
}