static Future<bool> containsKey({required String key}) async { return await _storage.containsKey(key: key); }