import 'svg_cache.dart'; class CacheInit { static Future init() async { await SvgCache().init(); } }