static Future<void> setUserProperty(String key, Object value) { return HacklePlatform.instance.setUserProperty(key, value); }