Loads all images with the specified fileNames into the cache.
fileNames
Future<List<Image>> loadAll(List<String> fileNames) { return Future.wait(fileNames.map(load)); }