import 'dart:html' as html; Widget buildWithHttpRequest() { var req = html.HttpRequest.getString("https://api.github.com/"); ...
確定! 回上一頁