Response res = await http.get(url); // get api call Map data = JSON.decode(res.body); return data; } static Future<Map> postData(Map data) ...
確定! 回上一頁