clearAllCache method
Clear all audio cache
Implementation
Future<void> clearAllCache() async {
await BackgroundAudioConverter.clearAllCache();
}
Clear all audio cache
Future<void> clearAllCache() async {
await BackgroundAudioConverter.clearAllCache();
}