/// 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"; /// transaction and payments const transactionsUrl = "${baseUrl}all_transactions"; const paymentDetailUrl = "${baseUrl}payment_details"; const billDetailUrl = "${baseUrl}bill_details"; /// Help and complaints const complaintListUrl = "${baseUrl}all_complaint_list"; const addComplaintUrl = "${baseUrl}add_complaint"; const generatorListUrl = "${baseUrl}generator_list"; const complaintDropdownsUrl = "${baseUrl}complaint_dropdowns";