has abstract method

Future<bool> has(
  1. String key, {
  2. String? prefix,
})

Implementation

Future<bool> has(String key, {String? prefix});