allowChangeLocale property

  1. @Deprecated("Use 'App.appState?.allowChangeLocale' instead.")
bool get allowChangeLocale

Allow the app directly change the Locale

Implementation

@Deprecated("Use 'App.appState?.allowChangeLocale' instead.")
bool get allowChangeLocale => appState?.allowChangeLocale ?? false;