loadAsFile method

Future<File> loadAsFile(
  1. String file
)

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

Alias of audioCache.loadAsFile();.

Implementation

Future<File> loadAsFile(String file) => audioCache.loadAsFile(file);