allowChangeLocale property
Allow the app directly change the Locale
Implementation
@Deprecated("Use 'App.appState?.allowChangeLocale' instead.")
bool get allowChangeLocale => appState?.allowChangeLocale ?? false;
Allow the app directly change the Locale
@Deprecated("Use 'App.appState?.allowChangeLocale' instead.")
bool get allowChangeLocale => appState?.allowChangeLocale ?? false;