skipAppConfigAndSetBaseUrl static method
Implementation
static skipAppConfigAndSetBaseUrl(String baseUrl) {
if (Platform.isAndroid) {
_platform.invokeMethod(_SKIP_APP_CONFIG_AND_SET_BASE_URL, {"baseUrl": baseUrl});
}
}
static skipAppConfigAndSetBaseUrl(String baseUrl) {
if (Platform.isAndroid) {
_platform.invokeMethod(_SKIP_APP_CONFIG_AND_SET_BASE_URL, {"baseUrl": baseUrl});
}
}