reset method

dynamic reset()

Deletes data from cache without rebuilding the Query widget

If you want to delete the cache and trigger a rebuild, take a look at the reset method

Implementation

reset() => internalCache.reset();