Future<void> init(String cachePath) async { await requestLogic.init(cachePath); await notificationIconLogic .init(cachePath); //TODO: Maybe use different path }