Future<void> logEvent(String eventName) async { await UserExperiorPlatform.instance.logEvent(eventName); }