Which iOS life cycle method will get called, after calling await launch(url) method in flutter app

前端 未结 0 648
-上瘾入骨i
-上瘾入骨i 2020-12-16 00:45

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

相关标签:
回答
  • 消灭零回复
提交回复
热议问题