setApiUrl static method

void setApiUrl(
  1. String url
)

Sets the api url to url.

Implementation

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