📜  flutter await uri - Dart 代码示例

📅  最后修改于: 2022-03-11 14:48:09.291000             🧑  作者: Mango

代码示例1
// Uri is needed. It can be built from url:
import 'package:http/http.dart' as http;
response = await http.get(Uri.parse("path_to.php"));