currentMicroseconds function

int currentMicroseconds()

Implementation

int currentMicroseconds() {
  return DateTime.now().microsecondsSinceEpoch;
}