WooSignalApp constructor
WooSignalApp({
- String? appName,
- String? appLogo,
- String? appTermsLink,
- String? appPrivacyLink,
- int? appDebug,
- int? appStatus,
- CurrencyMeta? currencyMeta,
- List<
String> ? bannerImages, - bool? stripeLiveMode,
- String? stripeAccount,
- int? wpLoginEnabled,
- String? wpLoginBaseUrl,
- String? wpLoginForgotPasswordUrl,
- String? wpLoginWpApiPath,
- int? productPricesIncludeTax,
- int? disableShipping,
- String? theme,
- String? locale,
- String? paypalLocale,
- String? paypalEmail,
- bool? stripeEnabled,
- bool? codEnabled,
- bool? paypalEnabled,
- bool? paypalLiveMode,
- String? stripeCountryCode,
- bool? couponEnabled,
- bool? wishlistEnabled,
- String? themeFont,
- Map<
String, dynamic> ? socialLinks, - Map<
String, dynamic> ? themeColors, - List<
ProductCategoryCollection> productCategoryCollections = const [], - Map<
String, dynamic> ? firebaseOptionsIos = const {}, - Map<
String, dynamic> ? firebaseOptionsAndroid = const {},
Implementation
WooSignalApp(
{this.appName,
this.appLogo,
this.appTermsLink,
this.appPrivacyLink,
this.appDebug,
this.appStatus,
this.currencyMeta,
this.bannerImages,
this.stripeLiveMode,
this.stripeAccount,
this.wpLoginEnabled,
this.wpLoginBaseUrl,
this.wpLoginForgotPasswordUrl,
this.wpLoginWpApiPath,
this.productPricesIncludeTax,
this.disableShipping,
this.theme,
this.locale,
this.paypalLocale,
this.paypalEmail,
this.stripeEnabled,
this.codEnabled,
this.paypalEnabled,
this.paypalLiveMode,
this.stripeCountryCode,
this.couponEnabled,
this.wishlistEnabled,
this.themeFont,
this.socialLinks,
this.menuLinks = const [],
this.themeColors,
this.productCategoryCollections = const [],
this.firebaseOptionsIos = const {},
this.firebaseOptionsAndroid = const {}});