uuid static method

String uuid()

Implementation

static String uuid() {
  var uuid = const Uuid();
  return uuid.v4();
}