realLocaleNotifier property

ValueNotifier<String> realLocaleNotifier

Current language code, could be 'system'.

Value of this notifier should be either from supportedLocales or 'system'.

Implementation

static ValueNotifier<String> get realLocaleNotifier =>
    LocaleStore.realLocaleNotifier;