currentLocale property

Locale? currentLocale

@get currentLocale

Get the current locale used in the application.

Implementation

static Locale? get currentLocale => _appLocalization.value.locale;