getServiceUrl static method

Future getServiceUrl()

Implementation

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