randomString function

String randomString()

Implementation

String randomString() {
  return "${const Uuid().v4()}-${DateTime.now()}";
}