Use await Inside Loop. You can call await to each item in a list's looping. for (var item in myList) {. await callOther(item);. }.
確定! 回上一頁