WebView3DS constructor
const
WebView3DS({})
Конструктор WebView для прохождения 3-D Secure
Implementation
const WebView3DS({
Key? key,
required this.onFinished,
required this.onLoad,
required this.config,
required this.is3DsVersion2,
required this.acsUrl,
this.md,
this.paReq,
this.acsTransId,
this.version,
this.serverTransId,
}) : super(key: key);