WebAppViewPromotion constructor
const
WebAppViewPromotion({
- Key? key,
- required String customerId,
- required String campaignHash,
- required String customerAccessToken,
- required VoidCallback onClose,
- bool showDebugButton = false,
- ValuesNotifier? pageLoadedNotifier,
- ErrorNotifier? pageErrorNotifier,
Implementation
const WebAppViewPromotion({
super.key,
required this.customerId,
required this.campaignHash,
required this.customerAccessToken,
required this.onClose,
this.showDebugButton = false,
this.pageLoadedNotifier,
this.pageErrorNotifier,
});