timestampNow function

int timestampNow()

获取当前时间戳

Implementation

int timestampNow() => timestampBy(DateTime.now());