删除某个公共事件属性.
static Future<void> unsetSuperProperty(String properties) async { GravityEngineSDKPlatform.instance.unsetSuperProperty(properties); }