get current time millis dart code example Example: flutter get millis time Click to copyvoid main() { print(DateTime.now().millisecondsSinceEpoch); }