setServiceUrl static method
Implementation
static Future<dynamic> setServiceUrl(url) async {
return await _channel.invokeMethod("setServiceUrl", [url]);
}
static Future<dynamic> setServiceUrl(url) async {
return await _channel.invokeMethod("setServiceUrl", [url]);
}