setBaseUrl static method

Future setBaseUrl(
  1. String baseUrl
)

Implementation

static Future setBaseUrl(String baseUrl) async {
  await _channel.invokeMethod('setBaseUrl', [baseUrl]);
}