DeemaWebView constructor

const DeemaWebView({
  1. Key? key,
  2. required String webUrl,
  3. required DeemaPurchaseCallBack onResult,
})

Implementation

const DeemaWebView({
  Key? key,
  required this.webUrl,
  required this.onResult,
}) : super(key: key);