setArabicWhenDeviceLangaugeIsArabic static method
some of arabic peaple make there phone langauge is "arabic" by default
Implementation
static void setArabicWhenDeviceLangaugeIsArabic(BuildContext context) {
if( isDeviceLangaugeArabic(context) ) {
setArabic(context);
return ;
}
}