PCoreOptions.other constructor

PCoreOptions.other({
  1. AppTextStyleWrap? appTextStyleWrap,
  2. dynamic appColors,
  3. int? platformId,
  4. String platformUuid = '',
  5. String apiKey = '',
  6. bool isPROD = false,
})

Implementation

PCoreOptions.other({
  this.appTextStyleWrap,
  this.appColors,
  this.platformId ,
  this.platformUuid = '',
  this.apiKey = '',
  this.isPROD = false,
}) : networkOptions = PNetworkOptionsOther();