updateProviderState method

void updateProviderState(
  1. BaseAppLocale<BaseAppLocale, BaseTranslations> locale
)

Updates the provider state and therefore triggers a rebuild on all widgets listening to this provider.

This is a flutter feature. This method will be overridden by slang_flutter.

Implementation

void updateProviderState(BaseAppLocale locale) {}