genUuid static method

String genUuid()

Implementation

static String genUuid() {
  return Uuid().v1();
}