clearCacheAndFetchConfig method
Implementation
Future<void> clearCacheAndFetchConfig() async {
await cacheService.clearCache();
await fetchConfig();
}
Future<void> clearCacheAndFetchConfig() async {
await cacheService.clearCache();
await fetchConfig();
}