Check if a key exists in the store.
@override Future<bool> containsKey(String key) async { return _data.containsKey(key); }