_makeGetRequest() async { // tạo GET request String url = 'https://jsonplaceholder.typicode.com/posts'; Response response = await get(url); // data sample trả ...
確定! 回上一頁