uuid function

String uuid()

Implementation

String uuid() {
  return u.v4();
}