randKey function

B64 randKey()

Implementation

B64 randKey() {
  return B64.encode(randBytes(32).toList());
}