check static method

bool check({
  1. required String key,
  2. String? hash,
})

Implementation

static bool check({required String key, String? hash}) {
  return _verify(key, hash);
}