方法1 Uri uri = Uri(scheme: 'https', host: 'app.xxx.com', path: homeNoviceListUrl); // 方法2 Uri uri = Uri.https('app.xxx.com', ...
確定! 回上一頁