TIM_getCurrentDeviceLocale function
Implementation
String TIM_getCurrentDeviceLocale() {
return I18nUtils.deviceLocaleStored ??
WidgetsBinding.instance?.window.locale.toLanguageTag() ??
"en";
}
String TIM_getCurrentDeviceLocale() {
return I18nUtils.deviceLocaleStored ??
WidgetsBinding.instance?.window.locale.toLanguageTag() ??
"en";
}