genUUID method

String genUUID()

Implementation

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