ABACheckoutWebView constructor
const
ABACheckoutWebView({
- Key? key,
- Uri? uri,
- required ABAMerchant merchant,
Implementation
const ABACheckoutWebView({Key? key, this.uri, required this.merchant})
: super(key: key);