clearCache static method

Future<void> clearCache()

Clear all cached API responses — call on logout.

Implementation

static Future<void> clearCache() => ApiCache.clearAll();