Delete a single object.
@override Future<void> delete(String key) { checkNotDisposed(); return _inner.delete(key); }