Checks if a key exists in the storage.
@override Future<bool> containsKey(K key) async { return _storage.containsKey(key); }