PCoreOptions constructor

PCoreOptions({
  1. bool isPROD = false,
  2. PNetworkOptions? networkOptions,
  3. int? platformId,
  4. required String platformUuid,
  5. required String apiKey,
  6. dynamic firebaseOptions,
  7. AppTextStyleWrap? appTextStyleWrap,
  8. AppPrefsBase? appPrefs,
  9. dynamic appColors,
  10. List<Locale>? supportedlocale,
  11. dynamic setLocale,
  12. dynamic appFindInstance,
  13. dynamic translateText,
  14. Future pushNamed(
    1. BuildContext,
    2. String, {
    3. Object? arguments,
    })?,
})

Implementation

PCoreOptions({
  this.isPROD = false,
  PNetworkOptions? networkOptions,
    this.platformId,
  required this.platformUuid,
  required this.apiKey,
  this.firebaseOptions,
  this.appTextStyleWrap,
  this.appPrefs,
  this.appColors,
  this.supportedlocale,
  this.setLocale,
  this.appFindInstance,
  this.translateText,
  this.pushNamed,
}) : networkOptions = networkOptions ?? PNetworkOptionsOther();