SadadWebView constructor

const SadadWebView({
  1. required String invoiceKey,
  2. required Function onSuccess,
  3. required Function onFail,
  4. AppBar? appBar,
  5. Key? key,
})

Implementation

const SadadWebView(
    {required this.invoiceKey,
    required this.onSuccess,
    required this.onFail,
    this.appBar,
    super.key});