请帮助我......我刚刚尝试了这段代码:
**try {
final response = http.get(url); // Giving error here
final extractedData = json.decode(response.body);
} catch (error) {
throw error;
}**
错误消息“message”:“没有为“Future”类型定义 getter 'body'。\n尝试导入定义 'body' 的库,将名称更正为现有 getter 的名称,或者定义一个 getter 或名为'body'的字段。",