Returns true if the persistent storage contains the given key.
key
@override bool containsKey(String key) => _data.containsKey(key);