has static method

Future<bool> has(
  1. String key
)

Implementation

static Future<bool> has(String key) => _instance.has(key);