assetFile method

File assetFile(
  1. String providerId,
  2. String cacheKey,
  3. String ext
)

The asset file for cacheKey under providerId with extension ext.

Implementation

File assetFile(String providerId, String cacheKey, String ext) =>
    File('${_dir(providerId).path}/$cacheKey.$ext');