invalidateAll method
Invalidates all cached values
Implementation
@override
void invalidateAll() {
_cache.updateAll((_, value) => value.invalidate());
}
Invalidates all cached values
@override
void invalidateAll() {
_cache.updateAll((_, value) => value.invalidate());
}