clearCacheAndFetchConfig method

Future<void> clearCacheAndFetchConfig()

Implementation

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