reset method Null safety
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();
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
reset() => internalCache.reset();