load method

Future<Uri> load(
  1. String file
)

Pre-fetch an audio and store it in the cache.

Alias of audioCache.load();.

Implementation

Future<Uri> load(String file) => audioCache.load(file);