clearCache static method
void
clearCache()
Clear audio cache to free memory
Implementation
static void clearCache() {
_audioCache.clear();
debugPrint('Audio cache cleared');
}
Clear audio cache to free memory
static void clearCache() {
_audioCache.clear();
debugPrint('Audio cache cleared');
}