nanoId static method

String nanoId()

获取随机NanoId

Implementation

static String nanoId() {
  return NanoId.randomNanoId();
}