clearCache method
Clears any cached search data.
Called when the user wants to clear their search history or cached results. The default implementation does nothing.
Implementation
Future<void> clearCache() async {}
Clears any cached search data.
Called when the user wants to clear their search history or cached results. The default implementation does nothing.
Future<void> clearCache() async {}