removePaymentWindow method

void removePaymentWindow()

Implementation

void removePaymentWindow() {
  webView?.controller?.runJavaScript(
      "Bootpay.removePaymentWindow();"
  );
}