setConnectivity function
dynamic
setConnectivity()
Implementation
setConnectivity() {
//DialogView.showAlertDialog(eors: 'E', msg: 'msg_No_Internet_connection'.tr);
DialogView.showAlertToast(eors: 'i', msg: 'msg_No_Internet_connection'.tr);
Get.find<ConnectivityController>().setIsInternetOk(false);
}