Future<void> setUserProperties(Map<String, dynamic> properties) async { await UserExperiorPlatform.instance.setUserProperties(properties); }