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