main() async { List data = await getData(); updateDisplay(data); } Future<List> getData() async { // make the REST call Response ...
確定! 回上一頁