CommerceWebViewPage constructor
const
CommerceWebViewPage({
- Key? key,
- required CommercePayload payload,
- String environmentMode = 'production',
- bool showCloseButton = false,
- Widget? closeButton,
- CommerceDefaultCallback? onDone,
- CommerceDefaultCallback? onError,
- CommerceDefaultCallback? onCancel,
- CommerceDefaultCallback? onIssued,
- CommerceCloseCallback? onClose,
Implementation
const CommerceWebViewPage({
Key? key,
required this.payload,
this.environmentMode = 'production',
this.showCloseButton = false,
this.closeButton,
this.onDone,
this.onError,
this.onCancel,
this.onIssued,
this.onClose,
}) : super(key: key);