make static method

String make({
  1. required String key,
})

Implementation

static String make({required String key}) {
  return _hash(key);
}