PushAppInfo constructor
      
      PushAppInfo({})
     
    
The buz ID refer to the Business ID from the main page From Tencent Cloud IM console, after you uploading the account info for each channel.
Implementation
PushAppInfo({
  this.mi_app_id,
  this.mi_app_key,
  this.mz_buz_id,
  this.mz_app_id,
  this.mz_app_key,
  this.vivo_buz_id,
  this.oppo_buz_id,
  this.oppo_app_key,
  this.oppo_app_secret,
  this.oppo_app_id,
  this.hw_buz_id,
  this.mi_buz_id,
  this.apple_buz_id,
  this.honor_buz_id
});