getUUID static method

String getUUID()

Implementation

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