generateDocId static method

String generateDocId()

Implementation

static String generateDocId() {
  return randomString(10);
  return "Sample";
}