currentLocale property

E get currentLocale

Gets current locale.

Implementation

E get currentLocale {
  final locale = GlobalLocaleState.instance.getLocale();
  return utils.parseAppLocale(locale);
}