/// base Url of api const baseUrl = "https://erp.gengroup.in/ci/app/Service/Serv_Home/"; const baseUrl2 = "https://erp.gengroup.in/ci/app/Service/Serv_Auth/"; /// dashboard and login const fetchMobileUrl = "${baseUrl2}fetch_mobile_number"; const fetchOtpUrl = "${baseUrl2}login"; const dashboardUrl = "${baseUrl}dashboard"; const logoutUrl = "${baseUrl2}Rental_Auth/logout"; const profileDetailsUrl = "${baseUrl2}Rental_Home/profile_details";