Deletes the given key
key
If it does not exist, nothing happens.
@override Future<void> delete(String key) async { return _box.delete(key); }