clearAllCache method

Future<void> clearAllCache()

Clear all audio cache

Implementation

Future<void> clearAllCache() async {
  await BackgroundAudioConverter.clearAllCache();
}