Pre-fetch a list of audios and store them in the cache.
Alias of audioCache.loadAll();.
audioCache.loadAll();
Future<List<Uri>> loadAll(List<String> files) => audioCache.loadAll(files);