invalidateAll method

dynamic invalidateAll()

Invalidates every query stored in cache.

Calling this method will immediately trigger rebuilding every Query widget currently mounted in your app

If you only want to delete the cache without triggering the rebuild look at the reset method

Implementation

invalidateAll() => internalCache.invalidateAll();