clear method

void clear(
  1. Uri file
)

Clears the file in the cache.

Alias of audioCache.clear();.

Implementation

void clear(Uri file) => audioCache.clear(file);