ApiWebviewProvider constructor

ApiWebviewProvider(
  1. BioContainer? container,
  2. BioWebView? webView,
  3. BootpayDefaultCallback? onCancel,
  4. BootpayDefaultCallback? onError,
  5. BootpayCloseCallback? onClose,
  6. BootpayDefaultCallback? onIssued,
  7. BootpayConfirmCallback? onConfirm,
  8. BootpayAsyncConfirmCallback? onConfirmAsync,
  9. BootpayDefaultCallback? onDone,
  10. BootpayNextJobCallback? onNextJob,
)

Implementation

ApiWebviewProvider(
    this.container,
    this.webView,
    this.onCancel,
    this.onError,
    this.onClose,
    this.onIssued,
    this.onConfirm,
    this.onConfirmAsync,
    this.onDone,
    this.onNextJob
    );