genUUID function

String genUUID()

Implementation

String genUUID() {
  return _uuidGen.v4();
}