For launching the url, i have written the following code: if (await canLaunch(url)) { await launch(url);} Url also getting loaded properly. But i could not figure it out wh