removePaymentWindow method

void removePaymentWindow()

Implementation

void removePaymentWindow() {
  _controller.runJavaScript(
      "Bootpay.dismiss();"
  );
  // _controller.
  // _controller.
}