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