invalidate method
Invalidates caches and implies that data should be re-fetched while trying to keep the current collection state (f.e. page offset and size in PagedCollectionController).
Implementation
@override
Future<void> invalidate() async => await continueLoading(invalidate: true);