Call before runApp
Future<void> init(String cachePath) async { cacheLogic = CacheLogic(path: cachePath); await cacheLogic!.init(); }