PCoreOptions.other constructor
PCoreOptions.other({
- AppTextStyleWrap? appTextStyleWrap,
- dynamic appColors,
- int? platformId,
- String platformUuid = '',
- String apiKey = '',
- bool isPROD = false,
Implementation
PCoreOptions.other({
this.appTextStyleWrap,
this.appColors,
this.platformId ,
this.platformUuid = '',
this.apiKey = '',
this.isPROD = false,
}) : networkOptions = PNetworkOptionsOther();