clearCache method

Future<void> clearCache()

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 {}