clearAllCache abstract method
Clears all cached data stored by the API Cache Manager asynchronously. Returns: A future that completes when all cached data is successfully cleared.
Implementation
Future<void> clearAllCache();
Clears all cached data stored by the API Cache Manager asynchronously. Returns: A future that completes when all cached data is successfully cleared.
Future<void> clearAllCache();