WooSignalApp constructor

WooSignalApp({
  1. String? appName,
  2. String? appTermsLink,
  3. String? appPrivacyLink,
  4. int? appDebug,
  5. int? appStatus,
  6. CurrencyMeta? currencyMeta,
  7. List<String>? bannerImages,
  8. bool? stripeLiveMode,
  9. String? stripeAccount,
  10. int? wpLoginEnabled,
  11. String? wpLoginBaseUrl,
  12. String? wpLoginForgotPasswordUrl,
  13. String? wpLoginWpApiPath,
  14. int? productPricesIncludeTax,
  15. int? disableShipping,
  16. String? theme,
  17. String? locale,
  18. String? paypalLocale,
  19. String? paypalEmail,
  20. bool? stripeEnabled,
  21. bool? codEnabled,
  22. bool? paypalEnabled,
  23. bool? paypalLiveMode,
  24. String? stripeCountryCode,
  25. bool? couponEnabled,
  26. bool? wishlistEnabled,
  27. String? themeFont,
  28. Map<String, dynamic>? socialLinks,
  29. List<MenuLink> menuLinks = const [],
  30. Map<String, dynamic>? themeColors,
  31. List<ProductCategoryCollection> productCategoryCollections = const [],
  32. Map<String, dynamic>? firebaseOptionsIos = const {},
  33. 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 {}});