URL change (Admin & Customer)

10. Please update the website URL application path in the file lib/constant/constant.dart as follows:

static String adminWebSite = "https://New_admin_domain/";static String customerWebSite = "https://New_customer_domain/";

Ensure to replace “New_admin_domain” with the appropriate domain for the admin website and “New_customer_domain” with the correct domain for the customer website.