currentLocale property
Locale?
get
currentLocale
@get currentLocale
Get the current locale used in the application.
Implementation
static Locale? get currentLocale => _appLocalization.value.locale;
Get the current locale used in the application.
static Locale? get currentLocale => _appLocalization.value.locale;