ApiWebviewProvider constructor
ApiWebviewProvider(
- BioContainer? container,
- BioWebView? webView,
- BootpayDefaultCallback? onCancel,
- BootpayDefaultCallback? onError,
- BootpayCloseCallback? onClose,
- BootpayDefaultCallback? onIssued,
- BootpayConfirmCallback? onConfirm,
- BootpayAsyncConfirmCallback? onConfirmAsync,
- BootpayDefaultCallback? onDone,
- BootpayNextJobCallback? onNextJob,
Implementation
ApiWebviewProvider(
this.container,
this.webView,
this.onCancel,
this.onError,
this.onClose,
this.onIssued,
this.onConfirm,
this.onConfirmAsync,
this.onDone,
this.onNextJob
);