selectedLocale property

Future<Locale?> selectedLocale

Implementation

Future<Locale?> get selectedLocale async {
  return getLocale(await SharePreferenceService.getValue<String>(
      SharePreferenceKey.selectedLanguage));
}