App Deployment
You will get a project of app after extracting downloaded files
Last updated
You will get a project of app after extracting downloaded files
Last updated
class APIData {
// Replace with your domain link
static const String domainLink = "YOUR_DOMIAN_LINK/public";
static const String domainApiLink = domainLink+"api/";