clearAll method

void clearAll()

Clears all the audios in the cache.

Alias of audioCache.clearAll();.

Implementation

void clearAll() => audioCache.clearAll();