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