PCoreOptions constructor
PCoreOptions({
- bool isPROD = false,
- PNetworkOptions? networkOptions,
- int? platformId,
- required String platformUuid,
- required String apiKey,
- dynamic firebaseOptions,
- AppTextStyleWrap? appTextStyleWrap,
- AppPrefsBase? appPrefs,
- dynamic appColors,
- List<
Locale> ? supportedlocale, - dynamic setLocale,
- dynamic appFindInstance,
- dynamic translateText,
- Future pushNamed(
- BuildContext,
- String, {
- 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();