WebViewCheckout constructor

const WebViewCheckout({
  1. Key? key,
  2. String? strUrl,
})

Implementation

const WebViewCheckout({Key? key, this.strUrl}) : super(key: key);