clearConfigCache function
Clears the cached configuration
Usage:
await clearConfigCache();
@returns Future
Implementation
Future<void> clearConfigCache() async {
await cdnConfigInstance.clearConfigCache();
}
Clears the cached configuration
Usage:
await clearConfigCache();
@returns Future
Future<void> clearConfigCache() async {
await cdnConfigInstance.clearConfigCache();
}