menu
feexpay_flutter package
documentation
mobile_init.dart
PaymentWebView
PaymentWebView const constructor
PaymentWebView const constructor
dark_mode
light_mode
PaymentWebView
constructor
const
PaymentWebView
(
{
Key
?
key
,
required
String
paymentUrl
,
})
Implementation
const PaymentWebView({Key? key, required this.paymentUrl}) : super(key: key);
feexpay_flutter package
documentation
mobile_init
PaymentWebView
PaymentWebView const constructor
PaymentWebView class