getUniqueId function

String getUniqueId()

Implementation

String getUniqueId() {
  return const Uuid().v4();
}