setBaseUrl static method

dynamic setBaseUrl(
  1. String baseUrl
)

Implementation

static setBaseUrl(String baseUrl) {
  _platform.invokeMethod(_SET_BASE_URL, {"baseUrl": baseUrl});
}