ABACheckoutWebView constructor

const ABACheckoutWebView({
  1. Key? key,
  2. Uri? uri,
  3. required ABAMerchant merchant,
})

Implementation

const ABACheckoutWebView({Key? key, this.uri, required this.merchant})
    : super(key: key);