延迟指定时间执行函数,单位:毫秒
Timer setTimeout(void Function() fun, int wait) { return Timer(Duration(milliseconds: wait), fun); }