Prefetch images in the background.
void prefetchImages(Iterable<String> urls) { for (final url in urls) { _prefetch(url); } }