Now function

int Now()

Implementation

int Now() {
  var n = DateTime.now().millisecondsSinceEpoch;
  return n;
}