setBaseUrl static method

void setBaseUrl(
  1. String url
)

Implementation

static void setBaseUrl(String url) {
  _channel.invokeMethod('setBaseUrl', {'url': url});
}