In addition to Timer mentioned by Chris, there is a Future-based API: var future = new Future.delayed(const Duration(milliseconds: 10), ...
確定! 回上一頁