Checks if an item exists.
static Future<bool> has(String key) async { return await _driver.has(key); }