Pre-fetch an audio and store it in the cache.
Alias of audioCache.load();.
audioCache.load();
Future<Uri> load(String file) => audioCache.load(file);