DeemaWebView constructor
const
DeemaWebView({
- Key? key,
- required String webUrl,
- required DeemaPurchaseCallBack onResult,
Implementation
const DeemaWebView({
Key? key,
required this.webUrl,
required this.onResult,
}) : super(key: key);