getAesKey static method

String getAesKey()

Implementation

static String getAesKey() {
  return const Uuid().v1().replaceAll("-", "");
}