getBaseUrl static method

Future<String> getBaseUrl()

Implementation

static Future<String> getBaseUrl() async {
  return await _channel.invokeMethod('getBaseUrl');
}