setRestUrl method
Set non-default rest Url
Implementation
static void setRestUrl({String restUrl = restUrl}) {
RestApi.restUrl = restUrl;
}
Set non-default rest Url
static void setRestUrl({String restUrl = restUrl}) {
RestApi.restUrl = restUrl;
}