randomKey function

Key randomKey()

Implementation

Key randomKey() {
  return Key(randomString(10));
}