Try to below code: Create launchURL function : _launch() async { const url = 'https://www.google.de/'; if (await canLaunch(url)) { await ...
確定! 回上一頁