getCachedFile static method

Future<File> getCachedFile(
  1. String url
)

Implementation

static Future<File> getCachedFile(String url) async {
  return await instance.getSingleFile(url, key: key + url);
}