WebViewPayment constructor
const
WebViewPayment({
- Key? key,
- required BaseLogger logger,
- required String formUrl,
- required String returnUrl,
- String? failUrl,
- OnFinished? onFinished,
- OnLoad? onLoad,
- OnError? onError,
- WebViewCreatedCallback? onWebViewCreated,
WebView для оплаты транзакции и прохождения 3-D Secure
Implementation
const WebViewPayment({
Key? key,
required this.logger,
required this.formUrl,
required this.returnUrl,
this.failUrl,
this.onFinished,
this.onLoad,
this.onError,
this.onWebViewCreated,
}) : super(key: key);