Flutter 获取当前时间戳
Jul 15, 2022
1 min read
static int currentTimeMillis() { return new DateTime.now().millisecondsSinceEpoch; }