uniqueId function

String uniqueId()

Implementation

String uniqueId() {
  return snowflaker.nextId().toString();
  // return Uuid().v4();
}