BootpayPlatform constructor

BootpayPlatform()

Implementation

BootpayPlatform() {
  _BootpayClose = onClose.toJS;
  _BootpayCancel = _onCancelWrapper.toJS;
  _BootpayDone = _onDoneWrapper.toJS;
  _BootpayIssued = _onIssuedWrapper.toJS;
  _BootpayConfirm = _onConfirmWrapper.toJS;
  _BootpayAsyncConfirm = _onConfirmAsyncWrapper.toJS;
  _BootpayError = _onErrorWrapper.toJS;
}