getCustomUniqueId method

String getCustomUniqueId()

HELPER TO GET UNIQUE ID

Implementation

String getCustomUniqueId() {
  return Uuid().v4();
}