setLocale method

void setLocale(
  1. String locale
)

Implementation

void setLocale(String locale) {
  _controller.runJavaScript("Bootpay.setLocale('$locale')");
}