prefetch static method

Future<void> prefetch(
  1. String url
)

Implementation

static Future<void> prefetch(String url) => _instance.preloadImage(url);