currentMillis method

int currentMillis()

Implementation

int currentMillis() {
  return DateTime.now().millisecondsSinceEpoch;
}