loadAll method

Future<List<Uri>> loadAll(
  1. List<String> files
)

Pre-fetch a list of audios and store them in the cache.

Alias of audioCache.loadAll();.

Implementation

Future<List<Uri>> loadAll(List<String> files) => audioCache.loadAll(files);