serverErrorError function
Implementation
String serverErrorError(String appLanguage) {
return appLanguage == 'ar'
? 'يوجد مشكلة فى السيرفر برجاء مراجعة إدارة التطبيق'
: 'There is a problem with the server, please check the application management';
}