setBaseSDKUrl function
Reference vUrl -> valor URL, inventUrl -> inventory URL, gathererUrl -> gatherer URL,
Implementation
void setBaseSDKUrl(String gathererUrl, String inventUrl, String vUrl) {
valorUrl = vUrl;
baseUrl = gathererUrl;
inventoryUrl = inventUrl;
}