getUUID static method

String getUUID()

Implementation

static String getUUID() {
  const Uuid uuid = Uuid();
  return uuid.v1();
}