Returns true if an entry with the given key exists in the box.
true
key
@override Future<bool> containsKey(String key) async { return _box.containsKey(key); }