BootpayPlatform constructor

BootpayPlatform()

Implementation

BootpayPlatform() {
  _BootpayClose = allowInterop(onClose);
  _BootpayCancel = allowInterop(onCancel);
  _BootpayDone = allowInterop(onDone);
  _BootpayReady = allowInterop(onReady);
  _BootpayConfirm = allowInterop(onConfirm);
  _BootpayError = allowInterop(onError);
}