cache method

Future<void> cache()

Implementation

Future<void> cache() async {
  await svg.cache.putIfAbsent(cacheKey(null), () => loadBytes(null));
}