Checks whether the key value storage contains the key.
key
@override bool containsKey(String key) { return _box.containsKey(key); }