clearCache static method
Clear all cached API responses — call on logout.
Implementation
static Future<void> clearCache() => ApiCache.clearAll();
Clear all cached API responses — call on logout.
static Future<void> clearCache() => ApiCache.clearAll();