Response response = await dio.get(url); // Do whatever } on DioError catch (e) { // Do whatever } }void postHTTP(String url, Map data) async ...
確定! 回上一頁